#F98864

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

Shades of Crusta #F98864

Tints of Crusta #F98864

Color information

#F98864 (or 0xF98864) is unknown color: approx Crusta. HEX triplet: F9, 88 and 64. RGB value is (249,136,100). Sum of RGB (Red+Green+Blue) = 249+136+100=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98864 is #06779B. Grayscale: #A5A5A5. Windows color (decimal): -423836 or 6588665. OLE color: 6588665.

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

Color convert

RGB249136100-
CMYK00.450.600.02
HSL14.5º92.55%68.43%-
HSV(B)14.5º59.84%97.65%-
XYZ50.1738.6716.88-
YUV165.6890.94187.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=51.34%
G=28.04%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913610000.450.600.0214.592.5568.43
HexF9886402D3C2e5d44
Octal37121014405574216135104
Binary11111001100010001100100010110111110010111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98864; }

 p { color: rgb(249,136,100); }

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

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

 a { background-color: rgb(249,136,100); }

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

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

 span { border-color: rgb(249,136,100); }

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