#F1824C

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

Shades of Crusta #F1824C

Tints of Crusta #F1824C

Color information

#F1824C (or 0xF1824C) is unknown color: approx Crusta. HEX triplet: F1, 82 and 4C. RGB value is (241,130,76). Sum of RGB (Red+Green+Blue) = 241+130+76=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1824C is #0E7DB3. Grayscale: #9D9D9D. Windows color (decimal): -949684 or 5014257. OLE color: 5014257.

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

Color convert

RGB24113076-
CMYK00.460.680.05
HSL19.64º85.49%62.16%-
HSV(B)19.64º68.46%94.51%-
XYZ45.5635.1911.23-
YUV157.0382.27187.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 76 (30.08% from 255) = 17.00%
R=53.91%
G=29.08%
B=17.00%

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
Decimal2411307600.460.680.0519.6485.4962.16
HexF1824C02E44514553e
Octal36120211405610452412576
Binary1111000110000010100110001011101000100101101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1824C; }

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

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

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

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

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

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

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

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