#F18B4D

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

Shades of Crusta #F18B4D

Tints of Crusta #F18B4D

Color information

#F18B4D (or 0xF18B4D) is unknown color: approx Crusta. HEX triplet: F1, 8B and 4D. RGB value is (241,139,77). Sum of RGB (Red+Green+Blue) = 241+139+77=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B4D is #0E74B2. Grayscale: #A2A2A2. Windows color (decimal): -947379 or 5082097. OLE color: 5082097.

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

Color convert

RGB24113977-
CMYK00.420.680.05
HSL22.68º85.42%62.35%-
HSV(B)22.68º68.05%94.51%-
XYZ46.8537.711.83-
YUV162.4379.79184.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.74%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=52.74%
G=30.42%
B=16.85%

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
Decimal2411397700.420.680.0522.6885.4262.35
HexF18B4D02A44517553e
Octal36121311505210452712576
Binary1111000110001011100110101010101000100101101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18B4D; }

 p { color: rgb(241,139,77); }

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

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

 a { background-color: rgb(241,139,77); }

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

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

 span { border-color: rgb(241,139,77); }

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