#f2884e

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

Shades of Crusta #F2884E

Tints of Crusta #F2884E

Color information

#F2884E (or 0xF2884E) is unknown color: approx Crusta. HEX triplet: F2, 88 and 4E. RGB value is (242,136,78). Sum of RGB (Red+Green+Blue) = 242+136+78=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2884E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2884E is #0D77B1. Grayscale: #A1A1A1. Windows color (decimal): -882610 or 5146866. OLE color: 5146866.

HSL color Cylindrical-coordinate representation of color #F2884E: hue angle of 21.22º 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 #F2884E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24213678-
CMYK00.440.680.05
HSL21.22º86.32%62.75%-
HSV(B)21.22º67.77%94.9%-
XYZ46.837.0411.89-
YUV161.0881.12185.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 78 (30.86% from 255) = 17.11%
R=53.07%
G=29.82%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421367800.440.680.0521.2286.3262.75
HexF2884E02C44515563f
Octal36221011605410452512677
Binary1111001010001000100111001011001000100101101011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2884e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2884e; }

 p { color: rgb(242,136,78); }

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

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

 a { background-color: rgb(242,136,78); }

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

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

 span { border-color: rgb(242,136,78); }

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