#F9895C

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

Shades of Crusta #F9895C

Tints of Crusta #F9895C

Color information

#F9895C (or 0xF9895C) is unknown color: approx Crusta. HEX triplet: F9, 89 and 5C. RGB value is (249,137,92). Sum of RGB (Red+Green+Blue) = 249+137+92=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9895C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9895C is #0676A3. Grayscale: #A5A5A5. Windows color (decimal): -423588 or 6064633. OLE color: 6064633.

HSL color Cylindrical-coordinate representation of color #F9895C: hue angle of 17.2º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9895C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB24913792-
CMYK00.450.630.02
HSL17.2º92.9%66.86%-
HSV(B)17.2º63.05%97.65%-
XYZ49.9438.814.98-
YUV165.3686.61187.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=52.09%
G=28.66%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491379200.450.630.0217.292.966.86
HexF9895C02D3F2115d43
Octal37121113405577221135103
Binary111110011000100110111000101101111111101000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9895C; }

 p { color: rgb(249,137,92); }

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

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

 a { background-color: rgb(249,137,92); }

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

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

 span { border-color: rgb(249,137,92); }

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