Html Css Color HEX #FAA411 Dark Tangerine

📋 copy color: '#FAA411'

red 250 ◦ green 164 ◦ blue 17

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

Shades of Dark Tangerine #FAA411

Tints of Dark Tangerine #FAA411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 58%
G = 38.05%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAA411 (or 0xFAA411) is known color: Dark Tangerine. HEX triplet: FA, A4 and 11. RGB value is (250,164,17). Sum of RGB (Red+Green+Blue) = 250+164+17=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA411 is #055BEE. Grayscale: #ADADAD. Windows color (decimal): -351215 or 1156346. OLE color: 1156346.

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

Color convert

RGB 250 164 17 -
CMYK 0 0.34 0.93 0.02
HSL 37.85º 0.96% 0.52% -
HSV(B) 37.85º 0.93% 0.98% -
XYZ 52.8 46.92 6.8 -
YUV 172.96 39.99 182.95 -
System Red Green Blue C M Y K H S L
Decimal 250 164 17 0 0.34 0.93 0.02 37.85 0.96 0.52
Hex FA A4 11 0 22 5D 2 26 60 34
Octal 372 244 21 0 42 135 2 46 140 64
Binary 11111010 10100100 10001 0 100010 1011101 10 100110 1100000 110100

Color Harmonies of #FAA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA411

Black with #FAA411

Text Example


Text Example

White with #FAA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA411; }

 p { color: rgb(250,164,17); }

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

background-color css

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

 a { background-color: rgb(250,164,17); }

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

border-color css

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

 span { border-color: rgb(250,164,17); }

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