#F08954

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

Shades of Crusta #F08954

Tints of Crusta #F08954

Color information

#F08954 (or 0xF08954) is unknown color: approx Crusta. HEX triplet: F0, 89 and 54. RGB value is (240,137,84). Sum of RGB (Red+Green+Blue) = 240+137+84=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F08954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08954 is #0F76AB. Grayscale: #A2A2A2. Windows color (decimal): -1013420 or 5540336. OLE color: 5540336.

HSL color Cylindrical-coordinate representation of color #F08954: hue angle of 20.38º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08954 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24013784-
CMYK00.430.650.06
HSL20.38º83.87%63.53%-
HSV(B)20.38º65%94.12%-
XYZ46.4837.0613.09-
YUV161.7584.12183.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=52.06%
G=29.72%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401378400.430.650.0620.3883.8763.53
HexF0895402B416145440
Octal360211124053101624124100
Binary11110000100010011010100010101110000011101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08954; }

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

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

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

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

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

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

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

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