Html Css Color HEX #FF9F14 Dark Tangerine

📋 copy color: '#FF9F14'

red 255 ◦ green 159 ◦ blue 20

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

Shades of Dark Tangerine #FF9F14

Tints of Dark Tangerine #FF9F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 58.76%
G = 36.64%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9F14 (or 0xFF9F14) is known color: Dark Tangerine. HEX triplet: FF, 9F and 14. RGB value is (255,159,20). Sum of RGB (Red+Green+Blue) = 255+159+20=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F14 is #0060EB. Grayscale: #ACACAC. Windows color (decimal): -24812 or 1351679. OLE color: 1351679.

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

Color convert

RGB 255 159 20 -
CMYK 0 0.38 0.92 0
HSL 35.49º 1% 0.54% -
HSV(B) 35.49º 0.92% 1% -
XYZ 53.76 46.11 6.73 -
YUV 171.86 42.3 187.3 -
System Red Green Blue C M Y K H S L
Decimal 255 159 20 0 0.38 0.92 0 35.49 1 0.54
Hex FF 9F 14 0 26 5C 0 23 64 36
Octal 377 237 24 0 46 134 0 43 144 66
Binary 11111111 10011111 10100 0 100110 1011100 0 100011 1100100 110110

Color Harmonies of #FF9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F14

Black with #FF9F14

Text Example


Text Example

White with #FF9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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