#F98460

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

Shades of Crusta #F98460

Tints of Crusta #F98460

Color information

#F98460 (or 0xF98460) is unknown color: approx Crusta. HEX triplet: F9, 84 and 60. RGB value is (249,132,96). Sum of RGB (Red+Green+Blue) = 249+132+96=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F98460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98460 is #067B9F. Grayscale: #A3A3A3. Windows color (decimal): -424864 or 6325497. OLE color: 6325497.

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

Color convert

RGB24913296-
CMYK00.470.610.02
HSL14.12º92.73%67.65%-
HSV(B)14.12º61.45%97.65%-
XYZ49.4337.4915.7-
YUV162.8890.26189.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=52.20%
G=27.67%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491329600.470.610.0214.1292.7367.65
HexF9846002F3D2e5d44
Octal37120414005775216135104
Binary11111001100001001100000010111111110110111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98460; }

 p { color: rgb(249,132,96); }

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

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

 a { background-color: rgb(249,132,96); }

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

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

 span { border-color: rgb(249,132,96); }

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