#F2824C

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

Shades of Crusta #F2824C

Tints of Crusta #F2824C

Color information

#F2824C (or 0xF2824C) is unknown color: approx Crusta. HEX triplet: F2, 82 and 4C. RGB value is (242,130,76). Sum of RGB (Red+Green+Blue) = 242+130+76=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2824C is #0D7DB3. Grayscale: #9D9D9D. Windows color (decimal): -884148 or 5014258. OLE color: 5014258.

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

Color convert

RGB24213076-
CMYK00.460.690.05
HSL19.52º86.46%62.35%-
HSV(B)19.52º68.6%94.9%-
XYZ45.9135.3611.24-
YUV157.3382.11188.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 76 (30.08% from 255) = 16.96%
R=54.02%
G=29.02%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421307600.460.690.0519.5286.4662.35
HexF2824C02E45514563e
Octal36220211405610552412676
Binary1111001010000010100110001011101000101101101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2824C; }

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

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

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

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

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

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

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

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