Html Css Color HEX #FAA119 Dark Tangerine

📋 copy color: '#FAA119'

red 250 ◦ green 161 ◦ blue 25

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

Shades of Dark Tangerine #FAA119

Tints of Dark Tangerine #FAA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.93%

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

R = 57.34%
G = 36.93%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAA119 (or 0xFAA119) is known color: Dark Tangerine. HEX triplet: FA, A1 and 19. RGB value is (250,161,25). Sum of RGB (Red+Green+Blue) = 250+161+25=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA119 is #055EE6. Grayscale: #ACACAC. Windows color (decimal): -351975 or 1679866. OLE color: 1679866.

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

Color convert

RGB 250 161 25 -
CMYK 0 0.36 0.9 0.02
HSL 36.27º 0.96% 0.54% -
HSV(B) 36.27º 0.9% 0.98% -
XYZ 52.34 45.88 7.02 -
YUV 172.11 44.99 183.56 -
System Red Green Blue C M Y K H S L
Decimal 250 161 25 0 0.36 0.9 0.02 36.27 0.96 0.54
Hex FA A1 19 0 24 5A 2 24 60 36
Octal 372 241 31 0 44 132 2 44 140 66
Binary 11111010 10100001 11001 0 100100 1011010 10 100100 1100000 110110

Color Harmonies of #FAA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA119

Black with #FAA119

Text Example


Text Example

White with #FAA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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