#F18C4E

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

Shades of Crusta #F18C4E

Tints of Crusta #F18C4E

Color information

#F18C4E (or 0xF18C4E) is unknown color: approx Crusta. HEX triplet: F1, 8C and 4E. RGB value is (241,140,78). Sum of RGB (Red+Green+Blue) = 241+140+78=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C4E is #0E73B1. Grayscale: #A3A3A3. Windows color (decimal): -947122 or 5147889. OLE color: 5147889.

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

Color convert

RGB24114078-
CMYK00.420.680.05
HSL22.82º85.34%62.55%-
HSV(B)22.82º67.63%94.51%-
XYZ47.0338.0112.07-
YUV163.1379.96183.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.51%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 78 (30.86% from 255) = 16.99%
R=52.51%
G=30.50%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411407800.420.680.0522.8285.3462.55
HexF18C4E02A44517553f
Octal36121411605210452712577
Binary1111000110001100100111001010101000100101101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C4E; }

 p { color: rgb(241,140,78); }

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

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

 a { background-color: rgb(241,140,78); }

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

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

 span { border-color: rgb(241,140,78); }

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