#F28C61

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

Shades of Crusta #F28C61

Tints of Crusta #F28C61

Color information

#F28C61 (or 0xF28C61) is unknown color: approx Crusta. HEX triplet: F2, 8C and 61. RGB value is (242,140,97). Sum of RGB (Red+Green+Blue) = 242+140+97=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C61 is #0D739E. Grayscale: #A5A5A5. Windows color (decimal): -881567 or 6393074. OLE color: 6393074.

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

Color convert

RGB24214097-
CMYK00.420.600.05
HSL17.79º84.8%66.47%-
HSV(B)17.79º59.92%94.9%-
XYZ48.1538.516.2-
YUV165.689.29182.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.52%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=50.52%
G=29.23%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421409700.420.600.0517.7984.866.47
HexF28C6102A3C5125542
Octal36221414105274522125102
Binary1111001010001100110000101010101111001011001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C61; }

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

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

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

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

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

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

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

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