Html Css Color HEX #FF9516 Dark Tangerine

📋 copy color: '#FF9516'

red 255 ◦ green 149 ◦ blue 22

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

Shades of Dark Tangerine #FF9516

Tints of Dark Tangerine #FF9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.98%

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

R = 59.86%
G = 34.98%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF9516 (or 0xFF9516) is known color: Dark Tangerine. HEX triplet: FF, 95 and 16. RGB value is (255,149,22). Sum of RGB (Red+Green+Blue) = 255+149+22=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9516 is #006AE9. Grayscale: #A6A6A6. Windows color (decimal): -27370 or 1480191. OLE color: 1480191.

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

Color convert

RGB 255 149 22 -
CMYK 0 0.42 0.91 0
HSL 32.7º 1% 0.54% -
HSV(B) 32.7º 0.91% 1% -
XYZ 52.13 42.81 6.28 -
YUV 166.22 46.62 191.33 -
System Red Green Blue C M Y K H S L
Decimal 255 149 22 0 0.42 0.91 0 32.7 1 0.54
Hex FF 95 16 0 2A 5B 0 21 64 36
Octal 377 225 26 0 52 133 0 41 144 66
Binary 11111111 10010101 10110 0 101010 1011011 0 100001 1100100 110110

Color Harmonies of #FF9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9516

Black with #FF9516

Text Example


Text Example

White with #FF9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9516; }

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

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

background-color css

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

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

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

border-color css

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

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

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