#FF9F42

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

Shades of Sunshade #FF9F42

Tints of Sunshade #FF9F42

Color information

#FF9F42 (or 0xFF9F42) is unknown color: approx Sunshade. HEX triplet: FF, 9F and 42. RGB value is (255,159,66). Sum of RGB (Red+Green+Blue) = 255+159+66=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F42 is #0060BD. Grayscale: #B1B1B1. Windows color (decimal): -24766 or 4366335. OLE color: 4366335.

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

Color convert

RGB25515966-
CMYK00.380.740
HSL29.52º100%62.94%-
HSV(B)29.52º74.12%100%-
XYZ54.6246.4511.24-
YUV177.165.3183.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 66 (26.17% from 255) = 13.75%
R=53.12%
G=33.12%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551596600.380.74029.5210062.94
HexFF9F420264A01e643f
Octal37723710204611203614477
Binary11111111100111111000010010011010010100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F42; }

 p { color: rgb(255,159,66); }

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

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

 a { background-color: rgb(255,159,66); }

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

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

 span { border-color: rgb(255,159,66); }

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