#F99058

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

Shades of Crusta #F99058

Tints of Crusta #F99058

Color information

#F99058 (or 0xF99058) is unknown color: approx Crusta. HEX triplet: F9, 90 and 58. RGB value is (249,144,88). Sum of RGB (Red+Green+Blue) = 249+144+88=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F99058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99058 is #066FA7. Grayscale: #A9A9A9. Windows color (decimal): -421800 or 5804281. OLE color: 5804281.

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

Color convert

RGB24914488-
CMYK00.420.650.02
HSL20.87º93.06%66.08%-
HSV(B)20.87º64.66%97.65%-
XYZ50.840.7914.43-
YUV169.0182.29185.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.77%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 88 (34.77% from 255) = 18.30%
R=51.77%
G=29.94%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491448800.420.650.0220.8793.0666.08
HexF9905802A412155d42
Octal371220130052101225135102
Binary1111100110010000101100001010101000001101010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99058; }

 p { color: rgb(249,144,88); }

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

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

 a { background-color: rgb(249,144,88); }

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

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

 span { border-color: rgb(249,144,88); }

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