#F1834C

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

Shades of Crusta #F1834C

Tints of Crusta #F1834C

Color information

#F1834C (or 0xF1834C) is unknown color: approx Crusta. HEX triplet: F1, 83 and 4C. RGB value is (241,131,76). Sum of RGB (Red+Green+Blue) = 241+131+76=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1834C is #0E7CB3. Grayscale: #9D9D9D. Windows color (decimal): -949428 or 5014513. OLE color: 5014513.

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

Color convert

RGB24113176-
CMYK00.460.680.05
HSL20º85.49%62.16%-
HSV(B)20º68.46%94.51%-
XYZ45.735.4611.27-
YUV157.6281.94187.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.79%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 76 (30.08% from 255) = 16.96%
R=53.79%
G=29.24%
B=16.96%

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
Decimal2411317600.460.680.052085.4962.16
HexF1834C02E44514553e
Octal36120311405610452412576
Binary1111000110000011100110001011101000100101101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1834C; }

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

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

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

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

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

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

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

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