#FF9940

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

Shades of Sunshade #FF9940

Tints of Sunshade #FF9940

Color information

#FF9940 (or 0xFF9940) is unknown color: approx Sunshade. HEX triplet: FF, 99 and 40. RGB value is (255,153,64). Sum of RGB (Red+Green+Blue) = 255+153+64=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9940 is #0066BF. Grayscale: #ADADAD. Windows color (decimal): -26304 or 4233727. OLE color: 4233727.

HSL color Cylindrical-coordinate representation of color #FF9940: hue angle of 27.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF9940 is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25515364-
CMYK00.40.750
HSL27.96º100%62.55%-
HSV(B)27.96º74.9%100%-
XYZ53.5644.4110.6-
YUV173.3566.29186.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 64 (25.39% from 255) = 13.56%
R=54.03%
G=32.42%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551536400.40.75027.9610062.55
HexFF99400284B01c643f
Octal37723110005011303414477
Binary11111111100110011000000010100010010110111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9940; }

 p { color: rgb(255,153,64); }

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

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

 a { background-color: rgb(255,153,64); }

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

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

 span { border-color: rgb(255,153,64); }

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