Html Css Color HEX #FAA320 Dark Tangerine

📋 copy color: '#FAA320'

red 250 ◦ green 163 ◦ blue 32

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

Shades of Dark Tangerine #FAA320

Tints of Dark Tangerine #FAA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 56.18%
G = 36.63%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAA320 (or 0xFAA320) is known color: Dark Tangerine. HEX triplet: FA, A3 and 20. RGB value is (250,163,32). Sum of RGB (Red+Green+Blue) = 250+163+32=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA320 is #055CDF. Grayscale: #AEAEAE. Windows color (decimal): -351456 or 2139130. OLE color: 2139130.

HSL color Cylindrical-coordinate representation of color #FAA320: hue angle of 36.06º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAA320 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 32 -
CMYK 0 0.35 0.87 0.02
HSL 36.06º 0.96% 0.55% -
HSV(B) 36.06º 0.87% 0.98% -
XYZ 52.78 46.62 7.58 -
YUV 174.08 47.82 182.15 -
System Red Green Blue C M Y K H S L
Decimal 250 163 32 0 0.35 0.87 0.02 36.06 0.96 0.55
Hex FA A3 20 0 23 57 2 24 60 37
Octal 372 243 40 0 43 127 2 44 140 67
Binary 11111010 10100011 100000 0 100011 1010111 10 100100 1100000 110111

Color Harmonies of #FAA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA320

Black with #FAA320

Text Example


Text Example

White with #FAA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA320; }

 p { color: rgb(250,163,32); }

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

background-color css

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

 a { background-color: rgb(250,163,32); }

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

border-color css

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

 span { border-color: rgb(250,163,32); }

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