#F98555

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

Shades of Crusta #F98555

Tints of Crusta #F98555

Color information

#F98555 (or 0xF98555) is unknown color: approx Crusta. HEX triplet: F9, 85 and 55. RGB value is (249,133,85). Sum of RGB (Red+Green+Blue) = 249+133+85=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F98555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98555 is #067AAA. Grayscale: #A2A2A2. Windows color (decimal): -424619 or 5604857. OLE color: 5604857.

HSL color Cylindrical-coordinate representation of color #F98555: hue angle of 17.56º 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 #F98555 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB24913385-
CMYK00.470.660.02
HSL17.56º93.18%65.49%-
HSV(B)17.56º65.86%97.65%-
XYZ49.0937.5713.26-
YUV162.2184.43189.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.32%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 85 (33.59% from 255) = 18.20%
R=53.32%
G=28.48%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491338500.470.660.0217.5693.1865.49
HexF9855502F422125d41
Octal371205125057102222135101
Binary1111100110000101101010101011111000010101001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98555; }

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

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

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

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

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

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

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

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