#F5814E

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

Shades of Crusta #F5814E

Tints of Crusta #F5814E

Color information

#F5814E (or 0xF5814E) is unknown color: approx Crusta. HEX triplet: F5, 81 and 4E. RGB value is (245,129,78). Sum of RGB (Red+Green+Blue) = 245+129+78=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5814E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5814E is #0A7EB1. Grayscale: #9E9E9E. Windows color (decimal): -687794 or 5145077. OLE color: 5145077.

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

Color convert

RGB24512978-
CMYK00.470.680.04
HSL18.32º89.3%63.33%-
HSV(B)18.32º68.16%96.08%-
XYZ46.8835.6611.62-
YUV157.8782.93190.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.20%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=54.20%
G=28.54%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451297800.470.680.0418.3289.363.33
HexF5814E02F44412593f
Octal36520111605710442213177
Binary1111010110000001100111001011111000100100100101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5814E; }

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

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

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

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

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

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

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

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