Html Css Color HEX #FAA517 Dark Tangerine

📋 copy color: '#FAA517'

red 250 ◦ green 165 ◦ blue 23

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

Shades of Dark Tangerine #FAA517

Tints of Dark Tangerine #FAA517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 23 (9.38% from 255) = 5.25%

R = 57.08%
G = 37.67%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAA517 (or 0xFAA517) is known color: Dark Tangerine. HEX triplet: FA, A5 and 17. RGB value is (250,165,23). Sum of RGB (Red+Green+Blue) = 250+165+23=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA517 is #055AE8. Grayscale: #AEAEAE. Windows color (decimal): -350953 or 1549818. OLE color: 1549818.

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

Color convert

RGB 250 165 23 -
CMYK 0 0.34 0.91 0.02
HSL 37.53º 0.96% 0.54% -
HSV(B) 37.53º 0.91% 0.98% -
XYZ 53.03 47.3 7.14 -
YUV 174.23 42.66 182.05 -
System Red Green Blue C M Y K H S L
Decimal 250 165 23 0 0.34 0.91 0.02 37.53 0.96 0.54
Hex FA A5 17 0 22 5B 2 26 60 36
Octal 372 245 27 0 42 133 2 46 140 66
Binary 11111010 10100101 10111 0 100010 1011011 10 100110 1100000 110110

Color Harmonies of #FAA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA517

Black with #FAA517

Text Example


Text Example

White with #FAA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA517; }

 p { color: rgb(250,165,23); }

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

background-color css

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

 a { background-color: rgb(250,165,23); }

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

border-color css

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

 span { border-color: rgb(250,165,23); }

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