#F18650

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

Shades of Crusta #F18650

Tints of Crusta #F18650

Color information

#F18650 (or 0xF18650) is unknown color: approx Crusta. HEX triplet: F1, 86 and 50. RGB value is (241,134,80). Sum of RGB (Red+Green+Blue) = 241+134+80=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F18650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18650 is #0E79AF. Grayscale: #A0A0A0. Windows color (decimal): -948656 or 5277425. OLE color: 5277425.

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

Color convert

RGB24113480-
CMYK00.440.670.05
HSL20.12º85.19%62.94%-
HSV(B)20.12º66.8%94.51%-
XYZ46.2536.3312.16-
YUV159.8482.95185.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=52.97%
G=29.45%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411348000.440.670.0520.1285.1962.94
HexF1865002C43514553f
Octal36120612005410352412577
Binary1111000110000110101000001011001000011101101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18650; }

 p { color: rgb(241,134,80); }

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

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

 a { background-color: rgb(241,134,80); }

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

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

 span { border-color: rgb(241,134,80); }

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