#F2804B

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

Shades of Crusta #F2804B

Tints of Crusta #F2804B

Color information

#F2804B (or 0xF2804B) is unknown color: approx Crusta. HEX triplet: F2, 80 and 4B. RGB value is (242,128,75). Sum of RGB (Red+Green+Blue) = 242+128+75=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2804B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2804B is #0D7FB4. Grayscale: #9C9C9C. Windows color (decimal): -884661 or 4948210. OLE color: 4948210.

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

Color convert

RGB24212875-
CMYK00.470.690.05
HSL19.04º86.53%62.16%-
HSV(B)19.04º69.01%94.9%-
XYZ45.6134.8210.97-
YUV156.0482.27189.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 75 (29.69% from 255) = 16.85%
R=54.38%
G=28.76%
B=16.85%

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
Decimal2421287500.470.690.0519.0486.5362.16
HexF2804B02F45513573e
Octal36220011305710552312776
Binary1111001010000000100101101011111000101101100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2804B; }

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

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

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

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

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

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

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

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