Html Css Color HEX #FAA516 Dark Tangerine

📋 copy color: '#FAA516'

red 250 ◦ green 165 ◦ blue 22

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

Shades of Dark Tangerine #FAA516

Tints of Dark Tangerine #FAA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.76%

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

R = 57.21%
G = 37.76%
B = 5.03%

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

#FAA516 (or 0xFAA516) is known color: Dark Tangerine. HEX triplet: FA, A5 and 16. RGB value is (250,165,22). Sum of RGB (Red+Green+Blue) = 250+165+22=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA516 is #055AE9. Grayscale: #AEAEAE. Windows color (decimal): -350954 or 1484282. OLE color: 1484282.

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

Color convert

RGB 250 165 22 -
CMYK 0 0.34 0.91 0.02
HSL 37.63º 0.96% 0.53% -
HSV(B) 37.63º 0.91% 0.98% -
XYZ 53.02 47.29 7.09 -
YUV 174.11 42.16 182.13 -
System Red Green Blue C M Y K H S L
Decimal 250 165 22 0 0.34 0.91 0.02 37.63 0.96 0.53
Hex FA A5 16 0 22 5B 2 26 60 35
Octal 372 245 26 0 42 133 2 46 140 65
Binary 11111010 10100101 10110 0 100010 1011011 10 100110 1100000 110101

Color Harmonies of #FAA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA516

Black with #FAA516

Text Example


Text Example

White with #FAA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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