#f2804c

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

Shades of Crusta #F2804C

Tints of Crusta #F2804C

Color information

#F2804C (or 0xF2804C) is unknown color: approx Crusta. HEX triplet: F2, 80 and 4C. RGB value is (242,128,76). Sum of RGB (Red+Green+Blue) = 242+128+76=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2804C is #0D7FB3. Grayscale: #9C9C9C. Windows color (decimal): -884660 or 5013746. OLE color: 5013746.

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

Color convert

RGB24212876-
CMYK00.470.690.05
HSL18.8º86.46%62.35%-
HSV(B)18.8º68.6%94.9%-
XYZ45.6434.8411.16-
YUV156.1682.77189.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 76 (30.08% from 255) = 17.04%
R=54.26%
G=28.70%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421287600.470.690.0518.886.4662.35
HexF2804C02F45513563e
Octal36220011405710552312676
Binary1111001010000000100110001011111000101101100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2804c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2804c; }

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

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

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

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

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

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

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

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