#F1824A

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

Shades of Crusta #F1824A

Tints of Crusta #F1824A

Color information

#F1824A (or 0xF1824A) is unknown color: approx Crusta. HEX triplet: F1, 82 and 4A. RGB value is (241,130,74). Sum of RGB (Red+Green+Blue) = 241+130+74=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1824A is #0E7DB5. Grayscale: #9D9D9D. Windows color (decimal): -949686 or 4883185. OLE color: 4883185.

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

Color convert

RGB24113074-
CMYK00.460.690.05
HSL20.12º85.64%61.76%-
HSV(B)20.12º69.29%94.51%-
XYZ45.4935.1610.87-
YUV156.881.27188.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.16%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=54.16%
G=29.21%
B=16.63%

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
Decimal2411307400.460.690.0520.1285.6461.76
HexF1824A02E45514563e
Octal36120211205610552412676
Binary1111000110000010100101001011101000101101101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1824A; }

 p { color: rgb(241,130,74); }

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

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

 a { background-color: rgb(241,130,74); }

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

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

 span { border-color: rgb(241,130,74); }

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