Html Css Color HEX #FF9712 Dark Tangerine

📋 copy color: '#FF9712'

red 255 ◦ green 151 ◦ blue 18

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

Shades of Dark Tangerine #FF9712

Tints of Dark Tangerine #FF9712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 60.14%
G = 35.61%
B = 4.25%

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

#FF9712 (or 0xFF9712) is known color: Dark Tangerine. HEX triplet: FF, 97 and 12. RGB value is (255,151,18). Sum of RGB (Red+Green+Blue) = 255+151+18=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9712 is #0068ED. Grayscale: #A7A7A7. Windows color (decimal): -26862 or 1218559. OLE color: 1218559.

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

Color convert

RGB 255 151 18 -
CMYK 0 0.41 0.93 0
HSL 33.67º 1% 0.54% -
HSV(B) 33.67º 0.93% 1% -
XYZ 52.42 43.44 6.19 -
YUV 166.93 43.96 190.81 -
System Red Green Blue C M Y K H S L
Decimal 255 151 18 0 0.41 0.93 0 33.67 1 0.54
Hex FF 97 12 0 29 5D 0 22 64 36
Octal 377 227 22 0 51 135 0 42 144 66
Binary 11111111 10010111 10010 0 101001 1011101 0 100010 1100100 110110

Color Harmonies of #FF9712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9712

Black with #FF9712

Text Example


Text Example

White with #FF9712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9712; }

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

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

background-color css

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

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

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

border-color css

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

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

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