Html Css Color HEX #FAA21A Dark Tangerine

📋 copy color: '#FAA21A'

red 250 ◦ green 162 ◦ blue 26

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

Shades of Dark Tangerine #FAA21A

Tints of Dark Tangerine #FAA21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 57.08%
G = 36.99%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAA21A (or 0xFAA21A) is known color: Dark Tangerine. HEX triplet: FA, A2 and 1A. RGB value is (250,162,26). Sum of RGB (Red+Green+Blue) = 250+162+26=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA21A is #055DE5. Grayscale: #ADADAD. Windows color (decimal): -351718 or 1745658. OLE color: 1745658.

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

Color convert

RGB 250 162 26 -
CMYK 0 0.35 0.90 0.02
HSL 36.43º 0.96% 0.54% -
HSV(B) 36.43º 0.9% 0.98% -
XYZ 52.53 46.24 7.13 -
YUV 172.81 45.15 183.06 -
System Red Green Blue C M Y K H S L
Decimal 250 162 26 0 0.35 0.90 0.02 36.43 0.96 0.54
Hex FA A2 1A 0 23 5A 2 24 60 36
Octal 372 242 32 0 43 132 2 44 140 66
Binary 11111010 10100010 11010 0 100011 1011010 10 100100 1100000 110110

Color Harmonies of #FAA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA21A

Black with #FAA21A

Text Example


Text Example

White with #FAA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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