Html Css Color HEX #FAA31B Dark Tangerine

📋 copy color: '#FAA31B'

red 250 ◦ green 163 ◦ blue 27

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

Shades of Dark Tangerine #FAA31B

Tints of Dark Tangerine #FAA31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 56.82%
G = 37.05%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAA31B (or 0xFAA31B) is known color: Dark Tangerine. HEX triplet: FA, A3 and 1B. RGB value is (250,163,27). Sum of RGB (Red+Green+Blue) = 250+163+27=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA31B is #055CE4. Grayscale: #AEAEAE. Windows color (decimal): -351461 or 1811450. OLE color: 1811450.

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

Color convert

RGB 250 163 27 -
CMYK 0 0.35 0.89 0.02
HSL 36.59º 0.96% 0.54% -
HSV(B) 36.59º 0.89% 0.98% -
XYZ 52.72 46.6 7.25 -
YUV 173.51 45.32 182.56 -
System Red Green Blue C M Y K H S L
Decimal 250 163 27 0 0.35 0.89 0.02 36.59 0.96 0.54
Hex FA A3 1B 0 23 59 2 25 60 36
Octal 372 243 33 0 43 131 2 45 140 66
Binary 11111010 10100011 11011 0 100011 1011001 10 100101 1100000 110110

Color Harmonies of #FAA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA31B

Black with #FAA31B

Text Example


Text Example

White with #FAA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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