#F09255

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

Shades of Crusta #F09255

Tints of Crusta #F09255

Color information

#F09255 (or 0xF09255) is unknown color: approx Crusta. HEX triplet: F0, 92 and 55. RGB value is (240,146,85). Sum of RGB (Red+Green+Blue) = 240+146+85=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F09255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09255 is #0F6DAA. Grayscale: #A7A7A7. Windows color (decimal): -1011115 or 5608176. OLE color: 5608176.

HSL color Cylindrical-coordinate representation of color #F09255: hue angle of 23.61º 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 #F09255 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24014685-
CMYK00.390.650.06
HSL23.61º83.78%63.73%-
HSV(B)23.61º64.58%94.12%-
XYZ47.8539.7413.74-
YUV167.1581.64179.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=50.96%
G=31.00%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401468500.390.650.0623.6183.7863.73
HexF09255027416185440
Octal360222125047101630124100
Binary11110000100100101010101010011110000011101100010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09255; }

 p { color: rgb(240,146,85); }

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

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

 a { background-color: rgb(240,146,85); }

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

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

 span { border-color: rgb(240,146,85); }

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