#F2814B

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

Shades of Crusta #F2814B

Tints of Crusta #F2814B

Color information

#F2814B (or 0xF2814B) is unknown color: approx Crusta. HEX triplet: F2, 81 and 4B. RGB value is (242,129,75). Sum of RGB (Red+Green+Blue) = 242+129+75=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2814B is #0D7EB4. Grayscale: #9C9C9C. Windows color (decimal): -884405 or 4948466. OLE color: 4948466.

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

Color convert

RGB24212975-
CMYK00.470.690.05
HSL19.4º86.53%62.16%-
HSV(B)19.4º69.01%94.9%-
XYZ45.7435.0911.02-
YUV156.6381.94188.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 75 (29.69% from 255) = 16.82%
R=54.26%
G=28.92%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421297500.470.690.0519.486.5362.16
HexF2814B02F45513573e
Octal36220111305710552312776
Binary1111001010000001100101101011111000101101100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2814B; }

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

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

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

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

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

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

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

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