Html Css Color HEX #FAAA0E Dark Tangerine

📋 copy color: '#FAAA0E'

red 250 ◦ green 170 ◦ blue 14

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

Shades of Dark Tangerine #FAAA0E

Tints of Dark Tangerine #FAAA0E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 57.6%
G = 39.17%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAAA0E (or 0xFAAA0E) is known color: Dark Tangerine. HEX triplet: FA, AA and 0E. RGB value is (250,170,14). Sum of RGB (Red+Green+Blue) = 250+170+14=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA0E is #0555F1. Grayscale: #B0B0B0. Windows color (decimal): -349682 or 961274. OLE color: 961274.

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

Color convert

RGB 250 170 14 -
CMYK 0 0.32 0.94 0.02
HSL 39.66º 0.96% 0.52% -
HSV(B) 39.66º 0.94% 0.98% -
XYZ 53.88 49.11 7.05 -
YUV 176.14 36.5 180.68 -
System Red Green Blue C M Y K H S L
Decimal 250 170 14 0 0.32 0.94 0.02 39.66 0.96 0.52
Hex FA AA E 0 20 5E 2 28 60 34
Octal 372 252 16 0 40 136 2 50 140 64
Binary 11111010 10101010 1110 0 100000 1011110 10 101000 1100000 110100

Color Harmonies of #FAAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA0E

Black with #FAAA0E

Text Example


Text Example

White with #FAAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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