#F99552

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

Shades of Sunshade #F99552

Tints of Sunshade #F99552

Color information

#F99552 (or 0xF99552) is unknown color: approx Sunshade. HEX triplet: F9, 95 and 52. RGB value is (249,149,82). Sum of RGB (Red+Green+Blue) = 249+149+82=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F99552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99552 is #066AAD. Grayscale: #ABABAB. Windows color (decimal): -420526 or 5412345. OLE color: 5412345.

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

Color convert

RGB24914982-
CMYK00.400.670.02
HSL24.07º93.3%64.9%-
HSV(B)24.07º67.07%97.65%-
XYZ51.3442.2413.43-
YUV171.2677.63183.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 82 (32.42% from 255) = 17.08%
R=51.88%
G=31.04%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491498200.400.670.0224.0793.364.9
HexF99552028432185d41
Octal371225122050103230135101
Binary1111100110010101101001001010001000011101100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99552; }

 p { color: rgb(249,149,82); }

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

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

 a { background-color: rgb(249,149,82); }

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

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

 span { border-color: rgb(249,149,82); }

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