Html Css Color HEX #FF9F12 Dark Tangerine

📋 copy color: '#FF9F12'

red 255 ◦ green 159 ◦ blue 18

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

Shades of Dark Tangerine #FF9F12

Tints of Dark Tangerine #FF9F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.17%

R = 59.03%
G = 36.81%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9F12 (or 0xFF9F12) is known color: Dark Tangerine. HEX triplet: FF, 9F and 12. RGB value is (255,159,18). Sum of RGB (Red+Green+Blue) = 255+159+18=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F12 is #0060ED. Grayscale: #ACACAC. Windows color (decimal): -24814 or 1220607. OLE color: 1220607.

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

Color convert

RGB 255 159 18 -
CMYK 0 0.38 0.93 0
HSL 35.7º 1% 0.54% -
HSV(B) 35.7º 0.93% 1% -
XYZ 53.75 46.1 6.64 -
YUV 171.63 41.3 187.46 -
System Red Green Blue C M Y K H S L
Decimal 255 159 18 0 0.38 0.93 0 35.7 1 0.54
Hex FF 9F 12 0 26 5D 0 24 64 36
Octal 377 237 22 0 46 135 0 44 144 66
Binary 11111111 10011111 10010 0 100110 1011101 0 100100 1100100 110110

Color Harmonies of #FF9F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F12

Black with #FF9F12

Text Example


Text Example

White with #FF9F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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