#F27E5E

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

Shades of Crusta #F27E5E

Tints of Crusta #F27E5E

Color information

#F27E5E (or 0xF27E5E) is unknown color: approx Crusta. HEX triplet: F2, 7E and 5E. RGB value is (242,126,94). Sum of RGB (Red+Green+Blue) = 242+126+94=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E5E is #0D81A1. Grayscale: #9D9D9D. Windows color (decimal): -885154 or 6192882. OLE color: 6192882.

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

Color convert

RGB24212694-
CMYK00.480.610.05
HSL12.97º85.06%65.88%-
HSV(B)12.97º61.16%94.9%-
XYZ46.134.6114.84-
YUV157.0492.43188.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.38%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=52.38%
G=27.27%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421269400.480.610.0512.9785.0665.88
HexF27E5E0303D5d5542
Octal36217613606075515125102
Binary11110010111111010111100110000111101101110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27E5E; }

 p { color: rgb(242,126,94); }

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

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

 a { background-color: rgb(242,126,94); }

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

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

 span { border-color: rgb(242,126,94); }

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