Html Css Color HEX #FAA316 Dark Tangerine

📋 copy color: '#FAA316'

red 250 ◦ green 163 ◦ blue 22

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

Shades of Dark Tangerine #FAA316

Tints of Dark Tangerine #FAA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.06%

R = 57.47%
G = 37.47%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAA316 (or 0xFAA316) is known color: Dark Tangerine. HEX triplet: FA, A3 and 16. RGB value is (250,163,22). Sum of RGB (Red+Green+Blue) = 250+163+22=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA316 is #055CE9. Grayscale: #ADADAD. Windows color (decimal): -351466 or 1483770. OLE color: 1483770.

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

Color convert

RGB 250 163 22 -
CMYK 0 0.35 0.91 0.02
HSL 37.11º 0.96% 0.53% -
HSV(B) 37.11º 0.91% 0.98% -
XYZ 52.67 46.58 6.97 -
YUV 172.94 42.82 182.96 -
System Red Green Blue C M Y K H S L
Decimal 250 163 22 0 0.35 0.91 0.02 37.11 0.96 0.53
Hex FA A3 16 0 23 5B 2 25 60 35
Octal 372 243 26 0 43 133 2 45 140 65
Binary 11111010 10100011 10110 0 100011 1011011 10 100101 1100000 110101

Color Harmonies of #FAA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA316

Black with #FAA316

Text Example


Text Example

White with #FAA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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