Html Css Color HEX #FF9B16 Dark Tangerine

📋 copy color: '#FF9B16'

red 255 ◦ green 155 ◦ blue 22

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

Shades of Dark Tangerine #FF9B16

Tints of Dark Tangerine #FF9B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 59.03%
G = 35.88%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF9B16 (or 0xFF9B16) is known color: Dark Tangerine. HEX triplet: FF, 9B and 16. RGB value is (255,155,22). Sum of RGB (Red+Green+Blue) = 255+155+22=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B16 is #0064E9. Grayscale: #AAAAAA. Windows color (decimal): -25834 or 1481727. OLE color: 1481727.

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

Color convert

RGB 255 155 22 -
CMYK 0 0.39 0.91 0
HSL 34.25º 1% 0.54% -
HSV(B) 34.25º 0.91% 1% -
XYZ 53.11 44.76 6.6 -
YUV 169.74 44.63 188.81 -
System Red Green Blue C M Y K H S L
Decimal 255 155 22 0 0.39 0.91 0 34.25 1 0.54
Hex FF 9B 16 0 27 5B 0 22 64 36
Octal 377 233 26 0 47 133 0 42 144 66
Binary 11111111 10011011 10110 0 100111 1011011 0 100010 1100100 110110

Color Harmonies of #FF9B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9B16

Black with #FF9B16

Text Example


Text Example

White with #FF9B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9B16; }

 p { color: rgb(255,155,22); }

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

background-color css

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

 a { background-color: rgb(255,155,22); }

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

border-color css

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

 span { border-color: rgb(255,155,22); }

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