#F1835C

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

Shades of Crusta #F1835C

Tints of Crusta #F1835C

Color information

#F1835C (or 0xF1835C) is unknown color: approx Crusta. HEX triplet: F1, 83 and 5C. RGB value is (241,131,92). Sum of RGB (Red+Green+Blue) = 241+131+92=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1835C is #0E7CA3. Grayscale: #9F9F9F. Windows color (decimal): -949412 or 6063089. OLE color: 6063089.

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

Color convert

RGB24113192-
CMYK00.460.620.05
HSL15.7º84.18%65.29%-
HSV(B)15.7º61.83%94.51%-
XYZ46.3235.7114.58-
YUV159.4489.94186.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=51.94%
G=28.23%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411319200.460.620.0515.784.1865.29
HexF1835C02E3E5105441
Octal36120313405676520124101
Binary1111000110000011101110001011101111101011000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1835C; }

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

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

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

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

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

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

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

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