Html Css Color HEX #FF9714 Dark Tangerine

📋 copy color: '#FF9714'

red 255 ◦ green 151 ◦ blue 20

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

Shades of Dark Tangerine #FF9714

Tints of Dark Tangerine #FF9714

RGB

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

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

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

R = 59.86%
G = 35.45%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9714 (or 0xFF9714) is known color: Dark Tangerine. HEX triplet: FF, 97 and 14. RGB value is (255,151,20). Sum of RGB (Red+Green+Blue) = 255+151+20=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9714 is #0068EB. Grayscale: #A7A7A7. Windows color (decimal): -26860 or 1349631. OLE color: 1349631.

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

Color convert

RGB 255 151 20 -
CMYK 0 0.41 0.92 0
HSL 33.45º 1% 0.54% -
HSV(B) 33.45º 0.92% 1% -
XYZ 52.43 43.44 6.28 -
YUV 167.16 44.96 190.65 -
System Red Green Blue C M Y K H S L
Decimal 255 151 20 0 0.41 0.92 0 33.45 1 0.54
Hex FF 97 14 0 29 5C 0 21 64 36
Octal 377 227 24 0 51 134 0 41 144 66
Binary 11111111 10010111 10100 0 101001 1011100 0 100001 1100100 110110

Color Harmonies of #FF9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9714

Black with #FF9714

Text Example


Text Example

White with #FF9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9714; }

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

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

background-color css

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

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

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

border-color css

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

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

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