#F2814D

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

Shades of Crusta #F2814D

Tints of Crusta #F2814D

Color information

#F2814D (or 0xF2814D) is unknown color: approx Crusta. HEX triplet: F2, 81 and 4D. RGB value is (242,129,77). Sum of RGB (Red+Green+Blue) = 242+129+77=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2814D is #0D7EB2. Grayscale: #9D9D9D. Windows color (decimal): -884403 or 5079538. OLE color: 5079538.

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

Color convert

RGB24212977-
CMYK00.470.680.05
HSL18.91º86.39%62.55%-
HSV(B)18.91º68.18%94.9%-
XYZ45.8135.1111.38-
YUV156.8682.94188.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 77 (30.47% from 255) = 17.19%
R=54.02%
G=28.79%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421297700.470.680.0518.9186.3962.55
HexF2814D02F44513563f
Octal36220111505710452312677
Binary1111001010000001100110101011111000100101100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2814D; }

 p { color: rgb(242,129,77); }

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

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

 a { background-color: rgb(242,129,77); }

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

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

 span { border-color: rgb(242,129,77); }

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