Html Css Color HEX #FAA01A Dark Tangerine

📋 copy color: '#FAA01A'

red 250 ◦ green 160 ◦ blue 26

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

Shades of Dark Tangerine #FAA01A

Tints of Dark Tangerine #FAA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.7%

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

R = 57.34%
G = 36.7%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAA01A (or 0xFAA01A) is known color: Dark Tangerine. HEX triplet: FA, A0 and 1A. RGB value is (250,160,26). Sum of RGB (Red+Green+Blue) = 250+160+26=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA01A is #055FE5. Grayscale: #ACACAC. Windows color (decimal): -352230 or 1745146. OLE color: 1745146.

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

Color convert

RGB 250 160 26 -
CMYK 0 0.36 0.90 0.02
HSL 35.89º 0.96% 0.54% -
HSV(B) 35.89º 0.9% 0.98% -
XYZ 52.18 45.54 7.02 -
YUV 171.63 45.82 183.9 -
System Red Green Blue C M Y K H S L
Decimal 250 160 26 0 0.36 0.90 0.02 35.89 0.96 0.54
Hex FA A0 1A 0 24 5A 2 24 60 36
Octal 372 240 32 0 44 132 2 44 140 66
Binary 11111010 10100000 11010 0 100100 1011010 10 100100 1100000 110110

Color Harmonies of #FAA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA01A

Black with #FAA01A

Text Example


Text Example

White with #FAA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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