Html Css Color HEX #FAA717 Dark Tangerine

📋 copy color: '#FAA717'

red 250 ◦ green 167 ◦ blue 23

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

Shades of Dark Tangerine #FAA717

Tints of Dark Tangerine #FAA717

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 56.82%
G = 37.95%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAA717 (or 0xFAA717) is known color: Dark Tangerine. HEX triplet: FA, A7 and 17. RGB value is (250,167,23). Sum of RGB (Red+Green+Blue) = 250+167+23=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA717 is #0558E8. Grayscale: #B0B0B0. Windows color (decimal): -350441 or 1550330. OLE color: 1550330.

HSL color Cylindrical-coordinate representation of color #FAA717: hue angle of 38.06º 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 #FAA717 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 23 -
CMYK 0 0.33 0.91 0.02
HSL 38.06º 0.96% 0.54% -
HSV(B) 38.06º 0.91% 0.98% -
XYZ 53.4 48.02 7.27 -
YUV 175.4 42 181.21 -
System Red Green Blue C M Y K H S L
Decimal 250 167 23 0 0.33 0.91 0.02 38.06 0.96 0.54
Hex FA A7 17 0 21 5B 2 26 60 36
Octal 372 247 27 0 41 133 2 46 140 66
Binary 11111010 10100111 10111 0 100001 1011011 10 100110 1100000 110110

Color Harmonies of #FAA717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA717

Black with #FAA717

Text Example


Text Example

White with #FAA717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA717; }

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

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

background-color css

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

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

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

border-color css

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

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

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