Html Css Color HEX #FAA91A Dark Tangerine

📋 copy color: '#FAA91A'

red 250 ◦ green 169 ◦ blue 26

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

Shades of Dark Tangerine #FAA91A

Tints of Dark Tangerine #FAA91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.84%

R = 56.18%
G = 37.98%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAA91A (or 0xFAA91A) is known color: Dark Tangerine. HEX triplet: FA, A9 and 1A. RGB value is (250,169,26). Sum of RGB (Red+Green+Blue) = 250+169+26=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA91A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA91A is #0556E5. Grayscale: #B1B1B1. Windows color (decimal): -349926 or 1747450. OLE color: 1747450.

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

Color convert

RGB 250 169 26 -
CMYK 0 0.32 0.90 0.02
HSL 38.3º 0.96% 0.54% -
HSV(B) 38.3º 0.9% 0.98% -
XYZ 53.8 48.77 7.56 -
YUV 176.92 42.84 180.13 -
System Red Green Blue C M Y K H S L
Decimal 250 169 26 0 0.32 0.90 0.02 38.3 0.96 0.54
Hex FA A9 1A 0 20 5A 2 26 60 36
Octal 372 251 32 0 40 132 2 46 140 66
Binary 11111010 10101001 11010 0 100000 1011010 10 100110 1100000 110110

Color Harmonies of #FAA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA91A

Black with #FAA91A

Text Example


Text Example

White with #FAA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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