#F18254

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

Shades of Crusta #F18254

Tints of Crusta #F18254

Color information

#F18254 (or 0xF18254) is unknown color: approx Crusta. HEX triplet: F1, 82 and 54. RGB value is (241,130,84). Sum of RGB (Red+Green+Blue) = 241+130+84=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F18254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18254 is #0E7DAB. Grayscale: #9E9E9E. Windows color (decimal): -949676 or 5538545. OLE color: 5538545.

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

Color convert

RGB24113084-
CMYK00.460.650.05
HSL17.58º84.86%63.73%-
HSV(B)17.58º65.15%94.51%-
XYZ45.8635.3112.79-
YUV157.9486.27187.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=52.97%
G=28.57%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411308400.460.650.0517.5884.8663.73
HexF1825402E415125540
Octal361202124056101522125100
Binary11110001100000101010100010111010000011011001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18254; }

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

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

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

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

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

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

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

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