Html Css Color HEX #FF9F40 Sunshade

📋 copy color: '#FF9F40'

red 255 ◦ green 159 ◦ blue 64

#FF9F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunshade #FF9F40

Tints of Sunshade #FF9F40

RGB

 RED value IS 255 (100% from 255) = 53.35%

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 64 (25.39% from 255) = 13.39%

R = 53.35%
G = 33.26%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF9F40 (or 0xFF9F40) is known color: Sunshade. HEX triplet: FF, 9F and 40. RGB value is (255,159,64). Sum of RGB (Red+Green+Blue) = 255+159+64=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F40 is #0060BF. Grayscale: #B1B1B1. Windows color (decimal): -24768 or 4235263. OLE color: 4235263.

HSL color Cylindrical-coordinate representation of color #FF9F40: hue angle of 29.84º 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 #FF9F40 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 159 64 -
CMYK 0 0.38 0.75 0
HSL 29.84º 1% 0.63% -
HSV(B) 29.84º 0.75% 1% -
XYZ 54.56 46.43 10.94 -
YUV 176.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 255 159 64 0 0.38 0.75 0 29.84 1 0.63
Hex FF 9F 40 0 26 4B 0 1E 64 3F
Octal 377 237 100 0 46 113 0 36 144 77
Binary 11111111 10011111 1000000 0 100110 1001011 0 11110 1100100 111111

Color Harmonies of #FF9F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F40

Black with #FF9F40

Text Example


Text Example

White with #FF9F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F40; }

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

 H1.HeaderClassName
 {
   color: #FF9F40;
 }
 .AnyTagClassName
 {
   color: #FF9F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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