#F37F5D

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

Shades of Crusta #F37F5D

Tints of Crusta #F37F5D

Color information

#F37F5D (or 0xF37F5D) is unknown color: approx Crusta. HEX triplet: F3, 7F and 5D. RGB value is (243,127,93). Sum of RGB (Red+Green+Blue) = 243+127+93=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F5D is #0C80A2. Grayscale: #9E9E9E. Windows color (decimal): -819363 or 6127603. OLE color: 6127603.

HSL color Cylindrical-coordinate representation of color #F37F5D: hue angle of 13.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F37F5D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24312793-
CMYK00.480.620.05
HSL13.6º86.21%65.88%-
HSV(B)13.6º61.73%95.29%-
XYZ46.5335.0214.66-
YUV157.8191.43188.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.48%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=52.48%
G=27.43%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431279300.480.620.0513.686.2165.88
HexF37F5D0303E5e5642
Octal36317713506076516126102
Binary11110011111111110111010110000111110101111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37F5D; }

 p { color: rgb(243,127,93); }

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

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

 a { background-color: rgb(243,127,93); }

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

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

 span { border-color: rgb(243,127,93); }

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