Html Css Color HEX #FAA41A Dark Tangerine

📋 copy color: '#FAA41A'

red 250 ◦ green 164 ◦ blue 26

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

Shades of Dark Tangerine #FAA41A

Tints of Dark Tangerine #FAA41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

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

R = 56.82%
G = 37.27%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAA41A (or 0xFAA41A) is known color: Dark Tangerine. HEX triplet: FA, A4 and 1A. RGB value is (250,164,26). Sum of RGB (Red+Green+Blue) = 250+164+26=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA41A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA41A is #055BE5. Grayscale: #AEAEAE. Windows color (decimal): -351206 or 1746170. OLE color: 1746170.

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

Color convert

RGB 250 164 26 -
CMYK 0 0.34 0.90 0.02
HSL 36.96º 0.96% 0.54% -
HSV(B) 36.96º 0.9% 0.98% -
XYZ 52.89 46.95 7.25 -
YUV 173.98 44.49 182.22 -
System Red Green Blue C M Y K H S L
Decimal 250 164 26 0 0.34 0.90 0.02 36.96 0.96 0.54
Hex FA A4 1A 0 22 5A 2 25 60 36
Octal 372 244 32 0 42 132 2 45 140 66
Binary 11111010 10100100 11010 0 100010 1011010 10 100101 1100000 110110

Color Harmonies of #FAA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA41A

Black with #FAA41A

Text Example


Text Example

White with #FAA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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