Html Css Color HEX #FAA614 Dark Tangerine

📋 copy color: '#FAA614'

red 250 ◦ green 166 ◦ blue 20

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

Shades of Dark Tangerine #FAA614

Tints of Dark Tangerine #FAA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

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

R = 57.34%
G = 38.07%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAA614 (or 0xFAA614) is known color: Dark Tangerine. HEX triplet: FA, A6 and 14. RGB value is (250,166,20). Sum of RGB (Red+Green+Blue) = 250+166+20=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA614 is #0559EB. Grayscale: #AFAFAF. Windows color (decimal): -350700 or 1353466. OLE color: 1353466.

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

Color convert

RGB 250 166 20 -
CMYK 0 0.34 0.92 0.02
HSL 38.09º 0.96% 0.53% -
HSV(B) 38.09º 0.92% 0.98% -
XYZ 53.19 47.65 7.06 -
YUV 174.47 40.83 181.87 -
System Red Green Blue C M Y K H S L
Decimal 250 166 20 0 0.34 0.92 0.02 38.09 0.96 0.53
Hex FA A6 14 0 22 5C 2 26 60 35
Octal 372 246 24 0 42 134 2 46 140 65
Binary 11111010 10100110 10100 0 100010 1011100 10 100110 1100000 110101

Color Harmonies of #FAA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA614

Black with #FAA614

Text Example


Text Example

White with #FAA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA614; }

 p { color: rgb(250,166,20); }

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

background-color css

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

 a { background-color: rgb(250,166,20); }

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

border-color css

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

 span { border-color: rgb(250,166,20); }

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