#F58954

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

Shades of Crusta #F58954

Tints of Crusta #F58954

Color information

#F58954 (or 0xF58954) is unknown color: approx Crusta. HEX triplet: F5, 89 and 54. RGB value is (245,137,84). Sum of RGB (Red+Green+Blue) = 245+137+84=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F58954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58954 is #0A76AB. Grayscale: #A3A3A3. Windows color (decimal): -685740 or 5540341. OLE color: 5540341.

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

Color convert

RGB24513784-
CMYK00.440.660.04
HSL19.75º88.95%64.51%-
HSV(B)19.75º65.71%96.08%-
XYZ48.237.9413.17-
YUV163.2583.28186.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.58%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=52.58%
G=29.40%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451378400.440.660.0419.7588.9564.51
HexF5895402C424145941
Octal365211124054102424131101
Binary11110101100010011010100010110010000101001010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58954; }

 p { color: rgb(245,137,84); }

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

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

 a { background-color: rgb(245,137,84); }

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

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

 span { border-color: rgb(245,137,84); }

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