#F28664

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

Shades of Crusta #F28664

Tints of Crusta #F28664

Color information

#F28664 (or 0xF28664) is unknown color: approx Crusta. HEX triplet: F2, 86 and 64. RGB value is (242,134,100). Sum of RGB (Red+Green+Blue) = 242+134+100=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F28664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28664 is #0D799B. Grayscale: #A2A2A2. Windows color (decimal): -883100 or 6588146. OLE color: 6588146.

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

Color convert

RGB242134100-
CMYK00.450.590.05
HSL14.37º84.52%67.06%-
HSV(B)14.37º58.68%94.9%-
XYZ47.4436.8516.67-
YUV162.4292.78184.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=50.84%
G=28.15%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213410000.450.590.0514.3784.5267.06
HexF2866402D3B5e5543
Octal36220614405573516125103
Binary111100101000011011001000101101111011101111010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28664; }

 p { color: rgb(242,134,100); }

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

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

 a { background-color: rgb(242,134,100); }

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

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

 span { border-color: rgb(242,134,100); }

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