Html Css Color HEX #FAA113 Dark Tangerine

📋 copy color: '#FAA113'

red 250 ◦ green 161 ◦ blue 19

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

Shades of Dark Tangerine #FAA113

Tints of Dark Tangerine #FAA113

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

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

R = 58.14%
G = 37.44%
B = 4.42%

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

#FAA113 (or 0xFAA113) is known color: Dark Tangerine. HEX triplet: FA, A1 and 13. RGB value is (250,161,19). Sum of RGB (Red+Green+Blue) = 250+161+19=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA113 is #055EEC. Grayscale: #ACACAC. Windows color (decimal): -351981 or 1286650. OLE color: 1286650.

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

Color convert

RGB 250 161 19 -
CMYK 0 0.36 0.92 0.02
HSL 36.88º 0.96% 0.53% -
HSV(B) 36.88º 0.92% 0.98% -
XYZ 52.29 45.86 6.71 -
YUV 171.42 41.99 184.05 -
System Red Green Blue C M Y K H S L
Decimal 250 161 19 0 0.36 0.92 0.02 36.88 0.96 0.53
Hex FA A1 13 0 24 5C 2 25 60 35
Octal 372 241 23 0 44 134 2 45 140 65
Binary 11111010 10100001 10011 0 100100 1011100 10 100101 1100000 110101

Color Harmonies of #FAA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA113

Black with #FAA113

Text Example


Text Example

White with #FAA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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