Html Css Color HEX #FF9612 Dark Tangerine

📋 copy color: '#FF9612'

red 255 ◦ green 150 ◦ blue 18

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

Shades of Dark Tangerine #FF9612

Tints of Dark Tangerine #FF9612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 60.28%
G = 35.46%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9612 (or 0xFF9612) is known color: Dark Tangerine. HEX triplet: FF, 96 and 12. RGB value is (255,150,18). Sum of RGB (Red+Green+Blue) = 255+150+18=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9612 is #0069ED. Grayscale: #A6A6A6. Windows color (decimal): -27118 or 1218303. OLE color: 1218303.

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

Color convert

RGB 255 150 18 -
CMYK 0 0.41 0.93 0
HSL 33.42º 1% 0.54% -
HSV(B) 33.42º 0.93% 1% -
XYZ 52.26 43.12 6.14 -
YUV 166.35 44.29 191.23 -
System Red Green Blue C M Y K H S L
Decimal 255 150 18 0 0.41 0.93 0 33.42 1 0.54
Hex FF 96 12 0 29 5D 0 21 64 36
Octal 377 226 22 0 51 135 0 41 144 66
Binary 11111111 10010110 10010 0 101001 1011101 0 100001 1100100 110110

Color Harmonies of #FF9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9612

Black with #FF9612

Text Example


Text Example

White with #FF9612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9612; }

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

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

background-color css

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

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

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

border-color css

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

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

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