Html Css Color HEX #FAA310 Dark Tangerine

📋 copy color: '#FAA310'

red 250 ◦ green 163 ◦ blue 16

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

Shades of Dark Tangerine #FAA310

Tints of Dark Tangerine #FAA310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 58.28%
G = 38%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA310 (or 0xFAA310) is known color: Dark Tangerine. HEX triplet: FA, A3 and 10. RGB value is (250,163,16). Sum of RGB (Red+Green+Blue) = 250+163+16=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA310 is #055CEF. Grayscale: #ACACAC. Windows color (decimal): -351472 or 1090554. OLE color: 1090554.

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

Color convert

RGB 250 163 16 -
CMYK 0 0.35 0.94 0.02
HSL 37.69º 0.96% 0.52% -
HSV(B) 37.69º 0.94% 0.98% -
XYZ 52.62 46.56 6.7 -
YUV 172.26 39.82 183.45 -
System Red Green Blue C M Y K H S L
Decimal 250 163 16 0 0.35 0.94 0.02 37.69 0.96 0.52
Hex FA A3 10 0 23 5E 2 26 60 34
Octal 372 243 20 0 43 136 2 46 140 64
Binary 11111010 10100011 10000 0 100011 1011110 10 100110 1100000 110100

Color Harmonies of #FAA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA310

Black with #FAA310

Text Example


Text Example

White with #FAA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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