Html Css Color HEX #FF9611 Dark Tangerine

📋 copy color: '#FF9611'

red 255 ◦ green 150 ◦ blue 17

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

Shades of Dark Tangerine #FF9611

Tints of Dark Tangerine #FF9611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 60.43%
G = 35.55%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9611 (or 0xFF9611) is known color: Dark Tangerine. HEX triplet: FF, 96 and 11. RGB value is (255,150,17). Sum of RGB (Red+Green+Blue) = 255+150+17=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9611 is #0069EE. Grayscale: #A6A6A6. Windows color (decimal): -27119 or 1152767. OLE color: 1152767.

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

Color convert

RGB 255 150 17 -
CMYK 0 0.41 0.93 0
HSL 33.53º 1% 0.53% -
HSV(B) 33.53º 0.93% 1% -
XYZ 52.25 43.11 6.1 -
YUV 166.23 43.79 191.31 -
System Red Green Blue C M Y K H S L
Decimal 255 150 17 0 0.41 0.93 0 33.53 1 0.53
Hex FF 96 11 0 29 5D 0 22 64 35
Octal 377 226 21 0 51 135 0 42 144 65
Binary 11111111 10010110 10001 0 101001 1011101 0 100010 1100100 110101

Color Harmonies of #FF9611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9611

Black with #FF9611

Text Example


Text Example

White with #FF9611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9611; }

 p { color: rgb(255,150,17); }

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

background-color css

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

 a { background-color: rgb(255,150,17); }

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

border-color css

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

 span { border-color: rgb(255,150,17); }

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