#F1824D

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

Shades of Crusta #F1824D

Tints of Crusta #F1824D

Color information

#F1824D (or 0xF1824D) is unknown color: approx Crusta. HEX triplet: F1, 82 and 4D. RGB value is (241,130,77). Sum of RGB (Red+Green+Blue) = 241+130+77=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1824D is #0E7DB2. Grayscale: #9D9D9D. Windows color (decimal): -949683 or 5079793. OLE color: 5079793.

HSL color Cylindrical-coordinate representation of color #F1824D: hue angle of 19.39º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1824D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24113077-
CMYK00.460.680.05
HSL19.39º85.42%62.35%-
HSV(B)19.39º68.05%94.51%-
XYZ45.635.211.41-
YUV157.1582.77187.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.79%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 77 (30.47% from 255) = 17.19%
R=53.79%
G=29.02%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411307700.460.680.0519.3985.4262.35
HexF1824D02E44513553e
Octal36120211505610452312576
Binary1111000110000010100110101011101000100101100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1824D; }

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

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

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

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

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

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

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

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