Html Css Color HEX #FAA919 Dark Tangerine

📋 copy color: '#FAA919'

red 250 ◦ green 169 ◦ blue 25

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

Shades of Dark Tangerine #FAA919

Tints of Dark Tangerine #FAA919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.06%

 BLUE value IS 25 (10.16% from 255) = 5.63%

R = 56.31%
G = 38.06%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAA919 (or 0xFAA919) is known color: Dark Tangerine. HEX triplet: FA, A9 and 19. RGB value is (250,169,25). Sum of RGB (Red+Green+Blue) = 250+169+25=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA919 is #0556E6. Grayscale: #B1B1B1. Windows color (decimal): -349927 or 1681914. OLE color: 1681914.

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

Color convert

RGB 250 169 25 -
CMYK 0 0.32 0.9 0.02
HSL 38.4º 0.96% 0.54% -
HSV(B) 38.4º 0.9% 0.98% -
XYZ 53.79 48.77 7.5 -
YUV 176.8 42.34 180.21 -
System Red Green Blue C M Y K H S L
Decimal 250 169 25 0 0.32 0.9 0.02 38.4 0.96 0.54
Hex FA A9 19 0 20 5A 2 26 60 36
Octal 372 251 31 0 40 132 2 46 140 66
Binary 11111010 10101001 11001 0 100000 1011010 10 100110 1100000 110110

Color Harmonies of #FAA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA919

Black with #FAA919

Text Example


Text Example

White with #FAA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA919; }

 p { color: rgb(250,169,25); }

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

background-color css

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

 a { background-color: rgb(250,169,25); }

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

border-color css

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

 span { border-color: rgb(250,169,25); }

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