Html Css Color HEX #FF9912 Dark Tangerine

📋 copy color: '#FF9912'

red 255 ◦ green 153 ◦ blue 18

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

Shades of Dark Tangerine #FF9912

Tints of Dark Tangerine #FF9912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

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

R = 59.86%
G = 35.92%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9912 (or 0xFF9912) is known color: Dark Tangerine. HEX triplet: FF, 99 and 12. RGB value is (255,153,18). Sum of RGB (Red+Green+Blue) = 255+153+18=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9912 is #0066ED. Grayscale: #A8A8A8. Windows color (decimal): -26350 or 1219071. OLE color: 1219071.

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

Color convert

RGB 255 153 18 -
CMYK 0 0.4 0.93 0
HSL 34.18º 1% 0.54% -
HSV(B) 34.18º 0.93% 1% -
XYZ 52.74 44.09 6.3 -
YUV 168.11 43.29 189.98 -
System Red Green Blue C M Y K H S L
Decimal 255 153 18 0 0.4 0.93 0 34.18 1 0.54
Hex FF 99 12 0 28 5D 0 22 64 36
Octal 377 231 22 0 50 135 0 42 144 66
Binary 11111111 10011001 10010 0 101000 1011101 0 100010 1100100 110110

Color Harmonies of #FF9912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9912

Black with #FF9912

Text Example


Text Example

White with #FF9912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9912; }

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

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

background-color css

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

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

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

border-color css

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

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

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