#F2824B

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

Shades of Crusta #F2824B

Tints of Crusta #F2824B

Color information

#F2824B (or 0xF2824B) is unknown color: approx Crusta. HEX triplet: F2, 82 and 4B. RGB value is (242,130,75). Sum of RGB (Red+Green+Blue) = 242+130+75=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2824B is #0D7DB4. Grayscale: #9D9D9D. Windows color (decimal): -884149 or 4948722. OLE color: 4948722.

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

Color convert

RGB24213075-
CMYK00.460.690.05
HSL19.76º86.53%62.16%-
HSV(B)19.76º69.01%94.9%-
XYZ45.8735.3511.06-
YUV157.2281.61188.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.14%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 75 (29.69% from 255) = 16.78%
R=54.14%
G=29.08%
B=16.78%

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
Decimal2421307500.460.690.0519.7686.5362.16
HexF2824B02E45514573e
Octal36220211305610552412776
Binary1111001010000010100101101011101000101101101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2824B; }

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

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

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

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

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

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

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

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