Html Css Color HEX #FAAB17 Dark Tangerine

📋 copy color: '#FAAB17'

red 250 ◦ green 171 ◦ blue 23

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

Shades of Dark Tangerine #FAAB17

Tints of Dark Tangerine #FAAB17

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

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

R = 56.31%
G = 38.51%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAAB17 (or 0xFAAB17) is known color: Dark Tangerine. HEX triplet: FA, AB and 17. RGB value is (250,171,23). Sum of RGB (Red+Green+Blue) = 250+171+23=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB17 is #0554E8. Grayscale: #B2B2B2. Windows color (decimal): -349417 or 1551354. OLE color: 1551354.

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

Color convert

RGB 250 171 23 -
CMYK 0 0.32 0.91 0.02
HSL 39.12º 0.96% 0.54% -
HSV(B) 39.12º 0.91% 0.98% -
XYZ 54.14 49.51 7.51 -
YUV 177.75 40.67 179.53 -
System Red Green Blue C M Y K H S L
Decimal 250 171 23 0 0.32 0.91 0.02 39.12 0.96 0.54
Hex FA AB 17 0 20 5B 2 27 60 36
Octal 372 253 27 0 40 133 2 47 140 66
Binary 11111010 10101011 10111 0 100000 1011011 10 100111 1100000 110110

Color Harmonies of #FAAB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB17

Black with #FAAB17

Text Example


Text Example

White with #FAAB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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