#F98255

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

Shades of Crusta #F98255

Tints of Crusta #F98255

Color information

#F98255 (or 0xF98255) is unknown color: approx Crusta. HEX triplet: F9, 82 and 55. RGB value is (249,130,85). Sum of RGB (Red+Green+Blue) = 249+130+85=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F98255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98255 is #067DAA. Grayscale: #A0A0A0. Windows color (decimal): -425387 or 5604089. OLE color: 5604089.

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

Color convert

RGB24913085-
CMYK00.480.660.02
HSL16.46º93.18%65.49%-
HSV(B)16.46º65.86%97.65%-
XYZ48.6936.7613.12-
YUV160.4585.42191.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=53.66%
G=28.02%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491308500.480.660.0216.4693.1865.49
HexF98255030422105d41
Octal371202125060102220135101
Binary1111100110000010101010101100001000010101000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98255; }

 p { color: rgb(249,130,85); }

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

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

 a { background-color: rgb(249,130,85); }

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

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

 span { border-color: rgb(249,130,85); }

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