Html Css Color HEX #FAA616 Dark Tangerine

📋 copy color: '#FAA616'

red 250 ◦ green 166 ◦ blue 22

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

Shades of Dark Tangerine #FAA616

Tints of Dark Tangerine #FAA616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 57.08%
G = 37.9%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAA616 (or 0xFAA616) is known color: Dark Tangerine. HEX triplet: FA, A6 and 16. RGB value is (250,166,22). Sum of RGB (Red+Green+Blue) = 250+166+22=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA616 is #0559E9. Grayscale: #AFAFAF. Windows color (decimal): -350698 or 1484538. OLE color: 1484538.

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

Color convert

RGB 250 166 22 -
CMYK 0 0.34 0.91 0.02
HSL 37.89º 0.96% 0.53% -
HSV(B) 37.89º 0.91% 0.98% -
XYZ 53.21 47.65 7.15 -
YUV 174.7 41.83 181.71 -
System Red Green Blue C M Y K H S L
Decimal 250 166 22 0 0.34 0.91 0.02 37.89 0.96 0.53
Hex FA A6 16 0 22 5B 2 26 60 35
Octal 372 246 26 0 42 133 2 46 140 65
Binary 11111010 10100110 10110 0 100010 1011011 10 100110 1100000 110101

Color Harmonies of #FAA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA616

Black with #FAA616

Text Example


Text Example

White with #FAA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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