Html Css Color HEX #FAA80E Dark Tangerine

📋 copy color: '#FAA80E'

red 250 ◦ green 168 ◦ blue 14

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

Shades of Dark Tangerine #FAA80E

Tints of Dark Tangerine #FAA80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

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

R = 57.87%
G = 38.89%
B = 3.24%

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

#FAA80E (or 0xFAA80E) is known color: Dark Tangerine. HEX triplet: FA, A8 and 0E. RGB value is (250,168,14). Sum of RGB (Red+Green+Blue) = 250+168+14=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA80E is #0557F1. Grayscale: #AFAFAF. Windows color (decimal): -350194 or 960762. OLE color: 960762.

HSL color Cylindrical-coordinate representation of color #FAA80E: hue angle of 39.15º 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 #FAA80E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 14 -
CMYK 0 0.33 0.94 0.02
HSL 39.15º 0.96% 0.52% -
HSV(B) 39.15º 0.94% 0.98% -
XYZ 53.51 48.36 6.93 -
YUV 174.96 37.17 181.52 -
System Red Green Blue C M Y K H S L
Decimal 250 168 14 0 0.33 0.94 0.02 39.15 0.96 0.52
Hex FA A8 E 0 21 5E 2 27 60 34
Octal 372 250 16 0 41 136 2 47 140 64
Binary 11111010 10101000 1110 0 100001 1011110 10 100111 1100000 110100

Color Harmonies of #FAA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA80E

Black with #FAA80E

Text Example


Text Example

White with #FAA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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