#F28C63

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

Shades of Crusta #F28C63

Tints of Crusta #F28C63

Color information

#F28C63 (or 0xF28C63) is unknown color: approx Crusta. HEX triplet: F2, 8C and 63. RGB value is (242,140,99). Sum of RGB (Red+Green+Blue) = 242+140+99=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C63 is #0D739C. Grayscale: #A6A6A6. Windows color (decimal): -881565 or 6524146. OLE color: 6524146.

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

Color convert

RGB24214099-
CMYK00.420.590.05
HSL17.2º84.62%66.86%-
HSV(B)17.2º59.09%94.9%-
XYZ48.2538.5316.7-
YUV165.8290.29182.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=50.31%
G=29.11%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421409900.420.590.0517.284.6266.86
HexF28C6302A3B5115543
Octal36221414305273521125103
Binary1111001010001100110001101010101110111011000110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C63; }

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

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

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

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

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

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

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

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