#F5814A

Color #F5814A Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F5814A

Tints of Crusta #F5814A

Color information

#F5814A (or 0xF5814A) is unknown color: approx Crusta. HEX triplet: F5, 81 and 4A. RGB value is (245,129,74). Sum of RGB (Red+Green+Blue) = 245+129+74=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5814A is #0A7EB5. Grayscale: #9D9D9D. Windows color (decimal): -687798 or 4882933. OLE color: 4882933.

HSL color Cylindrical-coordinate representation of color #F5814A: hue angle of 19.3º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5814A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24512974-
CMYK00.470.700.04
HSL19.3º89.53%62.55%-
HSV(B)19.3º69.8%96.08%-
XYZ46.7435.6110.89-
YUV157.4180.93190.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 54.69%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 74 (29.30% from 255) = 16.52%
R=54.69%
G=28.79%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451297400.470.700.0419.389.5362.55
HexF5814A02F464135a3f
Octal36520111205710642313277
Binary1111010110000001100101001011111000110100100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5814A; }

 p { color: rgb(245,129,74); }

 H1.HeaderClassName
 {
   color: #F5814A;
 }
 .AnyTagClassName
 {
   color: #F5814A;
 }
</style>
background-color css

<style>
 a { background-color: #F5814A; }

 a { background-color: rgb(245,129,74); }

 div.DivClassName
 {
   background-color: #F5814A;
 }
 .BgClassName
 {
   background-color: #F5814A;
 }
</style>
border-color css

<style>
 span { border-color: #F5814A; }

 span { border-color: rgb(245,129,74); }

 td.TdClassName
 {
   border-color: #F5814A;
 }
 .TagClassName
 {
   border-color: #F5814A;
 }
</style>