#F07F5B

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

Shades of Crusta #F07F5B

Tints of Crusta #F07F5B

Color information

#F07F5B (or 0xF07F5B) is unknown color: approx Crusta. HEX triplet: F0, 7F and 5B. RGB value is (240,127,91). Sum of RGB (Red+Green+Blue) = 240+127+91=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F5B is #0F80A4. Grayscale: #9C9C9C. Windows color (decimal): -1015973 or 5996528. OLE color: 5996528.

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

Color convert

RGB24012791-
CMYK00.470.620.06
HSL14.5º83.24%64.9%-
HSV(B)14.5º62.08%94.12%-
XYZ45.4134.4614.16-
YUV156.6890.94187.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.40%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 91 (35.94% from 255) = 19.87%
R=52.40%
G=27.73%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401279100.470.620.0614.583.2464.9
HexF07F5B02F3E6e5341
Octal36017713305776616123101
Binary11110000111111110110110101111111110110111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F5B; }

 p { color: rgb(240,127,91); }

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

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

 a { background-color: rgb(240,127,91); }

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

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

 span { border-color: rgb(240,127,91); }

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