#F28C4C

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

Shades of Crusta #F28C4C

Tints of Crusta #F28C4C

Color information

#F28C4C (or 0xF28C4C) is unknown color: approx Crusta. HEX triplet: F2, 8C and 4C. RGB value is (242,140,76). Sum of RGB (Red+Green+Blue) = 242+140+76=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C4C is #0D73B3. Grayscale: #A3A3A3. Windows color (decimal): -881588 or 5016818. OLE color: 5016818.

HSL color Cylindrical-coordinate representation of color #F28C4C: hue angle of 23.13º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F28C4C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24214076-
CMYK00.420.690.05
HSL23.13º86.46%62.35%-
HSV(B)23.13º68.6%94.9%-
XYZ47.338.1611.71-
YUV163.278.79184.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 76 (30.08% from 255) = 16.59%
R=52.84%
G=30.57%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421407600.420.690.0523.1386.4662.35
HexF28C4C02A45517563e
Octal36221411405210552712676
Binary1111001010001100100110001010101000101101101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C4C; }

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

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

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

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

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

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

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

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