#F18454

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

Shades of Crusta #F18454

Tints of Crusta #F18454

Color information

#F18454 (or 0xF18454) is unknown color: approx Crusta. HEX triplet: F1, 84 and 54. RGB value is (241,132,84). Sum of RGB (Red+Green+Blue) = 241+132+84=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F18454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18454 is #0E7BAB. Grayscale: #9F9F9F. Windows color (decimal): -949164 or 5539057. OLE color: 5539057.

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

Color convert

RGB24113284-
CMYK00.450.650.05
HSL18.34º84.86%63.73%-
HSV(B)18.34º65.15%94.51%-
XYZ46.1335.8412.87-
YUV159.1285.61186.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=52.74%
G=28.88%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411328400.450.650.0518.3484.8663.73
HexF1845402D415125540
Octal361204124055101522125100
Binary11110001100001001010100010110110000011011001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18454; }

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

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

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

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

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

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

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

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