Html Css Color HEX #FAA31E Dark Tangerine

📋 copy color: '#FAA31E'

red 250 ◦ green 163 ◦ blue 30

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

Shades of Dark Tangerine #FAA31E

Tints of Dark Tangerine #FAA31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.77%

R = 56.43%
G = 36.79%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAA31E (or 0xFAA31E) is known color: Dark Tangerine. HEX triplet: FA, A3 and 1E. RGB value is (250,163,30). Sum of RGB (Red+Green+Blue) = 250+163+30=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA31E is #055CE1. Grayscale: #AEAEAE. Windows color (decimal): -351458 or 2008058. OLE color: 2008058.

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

Color convert

RGB 250 163 30 -
CMYK 0 0.35 0.88 0.02
HSL 36.27º 0.96% 0.55% -
HSV(B) 36.27º 0.88% 0.98% -
XYZ 52.76 46.61 7.44 -
YUV 173.85 46.82 182.31 -
System Red Green Blue C M Y K H S L
Decimal 250 163 30 0 0.35 0.88 0.02 36.27 0.96 0.55
Hex FA A3 1E 0 23 58 2 24 60 37
Octal 372 243 36 0 43 130 2 44 140 67
Binary 11111010 10100011 11110 0 100011 1011000 10 100100 1100000 110111

Color Harmonies of #FAA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA31E

Black with #FAA31E

Text Example


Text Example

White with #FAA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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