#F99055

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

Shades of Crusta #F99055

Tints of Crusta #F99055

Color information

#F99055 (or 0xF99055) is unknown color: approx Crusta. HEX triplet: F9, 90 and 55. RGB value is (249,144,85). Sum of RGB (Red+Green+Blue) = 249+144+85=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F99055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99055 is #066FAA. Grayscale: #A9A9A9. Windows color (decimal): -421803 or 5607673. OLE color: 5607673.

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

Color convert

RGB24914485-
CMYK00.420.660.02
HSL21.59º93.18%65.49%-
HSV(B)21.59º65.86%97.65%-
XYZ50.6840.7413.79-
YUV168.6780.79185.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=52.09%
G=30.13%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491448500.420.660.0221.5993.1865.49
HexF9905502A422165d41
Octal371220125052102226135101
Binary1111100110010000101010101010101000010101011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99055; }

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

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

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

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

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

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

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

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