#F28861

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

Shades of Crusta #F28861

Tints of Crusta #F28861

Color information

#F28861 (or 0xF28861) is unknown color: approx Crusta. HEX triplet: F2, 88 and 61. RGB value is (242,136,97). Sum of RGB (Red+Green+Blue) = 242+136+97=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28861 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28861 is #0D779E. Grayscale: #A3A3A3. Windows color (decimal): -882591 or 6392050. OLE color: 6392050.

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

Color convert

RGB24213697-
CMYK00.440.600.05
HSL16.14º84.8%66.47%-
HSV(B)16.14º59.92%94.9%-
XYZ47.5837.3516.01-
YUV163.2590.62184.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=50.95%
G=28.63%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421369700.440.600.0516.1484.866.47
HexF2886102C3C5105542
Octal36221014105474520125102
Binary1111001010001000110000101011001111001011000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28861; }

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

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

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

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

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

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

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

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