Html Css Color HEX #FAA013 Dark Tangerine

📋 copy color: '#FAA013'

red 250 ◦ green 160 ◦ blue 19

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

Shades of Dark Tangerine #FAA013

Tints of Dark Tangerine #FAA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

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

R = 58.28%
G = 37.3%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAA013 (or 0xFAA013) is known color: Dark Tangerine. HEX triplet: FA, A0 and 13. RGB value is (250,160,19). Sum of RGB (Red+Green+Blue) = 250+160+19=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA013 is #055FEC. Grayscale: #ABABAB. Windows color (decimal): -352237 or 1286394. OLE color: 1286394.

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

Color convert

RGB 250 160 19 -
CMYK 0 0.36 0.92 0.02
HSL 36.62º 0.96% 0.53% -
HSV(B) 36.62º 0.92% 0.98% -
XYZ 52.11 45.51 6.65 -
YUV 170.84 42.32 184.46 -
System Red Green Blue C M Y K H S L
Decimal 250 160 19 0 0.36 0.92 0.02 36.62 0.96 0.53
Hex FA A0 13 0 24 5C 2 25 60 35
Octal 372 240 23 0 44 134 2 45 140 65
Binary 11111010 10100000 10011 0 100100 1011100 10 100101 1100000 110101

Color Harmonies of #FAA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA013

Black with #FAA013

Text Example


Text Example

White with #FAA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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