Html Css Color HEX #FAAB13 Dark Tangerine

📋 copy color: '#FAAB13'

red 250 ◦ green 171 ◦ blue 19

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

Shades of Dark Tangerine #FAAB13

Tints of Dark Tangerine #FAAB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.32%

R = 56.82%
G = 38.86%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAAB13 (or 0xFAAB13) is known color: Dark Tangerine. HEX triplet: FA, AB and 13. RGB value is (250,171,19). Sum of RGB (Red+Green+Blue) = 250+171+19=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB13 is #0554EC. Grayscale: #B1B1B1. Windows color (decimal): -349421 or 1289210. OLE color: 1289210.

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

Color convert

RGB 250 171 19 -
CMYK 0 0.32 0.92 0.02
HSL 39.48º 0.96% 0.53% -
HSV(B) 39.48º 0.92% 0.98% -
XYZ 54.1 49.5 7.32 -
YUV 177.29 38.67 179.86 -
System Red Green Blue C M Y K H S L
Decimal 250 171 19 0 0.32 0.92 0.02 39.48 0.96 0.53
Hex FA AB 13 0 20 5C 2 27 60 35
Octal 372 253 23 0 40 134 2 47 140 65
Binary 11111010 10101011 10011 0 100000 1011100 10 100111 1100000 110101

Color Harmonies of #FAAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB13

Black with #FAAB13

Text Example


Text Example

White with #FAAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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