Html Css Color HEX #FAA70E Dark Tangerine

📋 copy color: '#FAA70E'

red 250 ◦ green 167 ◦ blue 14

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

Shades of Dark Tangerine #FAA70E

Tints of Dark Tangerine #FAA70E

RGB

 RED value IS 250 (98.05% from 255) = 58%

 GREEN value IS 167 (65.63% from 255) = 38.75%

 BLUE value IS 14 (5.86% from 255) = 3.25%

R = 58%
G = 38.75%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA70E (or 0xFAA70E) is known color: Dark Tangerine. HEX triplet: FA, A7 and 0E. RGB value is (250,167,14). Sum of RGB (Red+Green+Blue) = 250+167+14=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA70E is #0558F1. Grayscale: #AFAFAF. Windows color (decimal): -350450 or 960506. OLE color: 960506.

HSL color Cylindrical-coordinate representation of color #FAA70E: hue angle of 38.9º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAA70E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 14 -
CMYK 0 0.33 0.94 0.02
HSL 38.9º 0.96% 0.52% -
HSV(B) 38.9º 0.94% 0.98% -
XYZ 53.32 47.99 6.87 -
YUV 174.38 37.5 181.94 -
System Red Green Blue C M Y K H S L
Decimal 250 167 14 0 0.33 0.94 0.02 38.9 0.96 0.52
Hex FA A7 E 0 21 5E 2 27 60 34
Octal 372 247 16 0 41 136 2 47 140 64
Binary 11111010 10100111 1110 0 100001 1011110 10 100111 1100000 110100

Color Harmonies of #FAA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA70E

Black with #FAA70E

Text Example


Text Example

White with #FAA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA70E; }

 p { color: rgb(250,167,14); }

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

background-color css

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

 a { background-color: rgb(250,167,14); }

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

border-color css

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

 span { border-color: rgb(250,167,14); }

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