#F1864E

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

Shades of Crusta #F1864E

Tints of Crusta #F1864E

Color information

#F1864E (or 0xF1864E) is unknown color: approx Crusta. HEX triplet: F1, 86 and 4E. RGB value is (241,134,78). Sum of RGB (Red+Green+Blue) = 241+134+78=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1864E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1864E is #0E79B1. Grayscale: #9F9F9F. Windows color (decimal): -948658 or 5146353. OLE color: 5146353.

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

Color convert

RGB24113478-
CMYK00.440.680.05
HSL20.61º85.34%62.55%-
HSV(B)20.61º67.63%94.51%-
XYZ46.1836.311.78-
YUV159.6181.95186.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 78 (30.86% from 255) = 17.22%
R=53.20%
G=29.58%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411347800.440.680.0520.6185.3462.55
HexF1864E02C44515553f
Octal36120611605410452512577
Binary1111000110000110100111001011001000100101101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1864E; }

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

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

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

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

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

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

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

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