Html Css Color HEX #FAA011 Dark Tangerine

📋 copy color: '#FAA011'

red 250 ◦ green 160 ◦ blue 17

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

Shades of Dark Tangerine #FAA011

Tints of Dark Tangerine #FAA011

RGB

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

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

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

R = 58.55%
G = 37.47%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAA011 (or 0xFAA011) is known color: Dark Tangerine. HEX triplet: FA, A0 and 11. RGB value is (250,160,17). Sum of RGB (Red+Green+Blue) = 250+160+17=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA011 is #055FEE. Grayscale: #ABABAB. Windows color (decimal): -352239 or 1155322. OLE color: 1155322.

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

Color convert

RGB 250 160 17 -
CMYK 0 0.36 0.93 0.02
HSL 36.82º 0.96% 0.52% -
HSV(B) 36.82º 0.93% 0.98% -
XYZ 52.1 45.51 6.57 -
YUV 170.61 41.32 184.63 -
System Red Green Blue C M Y K H S L
Decimal 250 160 17 0 0.36 0.93 0.02 36.82 0.96 0.52
Hex FA A0 11 0 24 5D 2 25 60 34
Octal 372 240 21 0 44 135 2 45 140 64
Binary 11111010 10100000 10001 0 100100 1011101 10 100101 1100000 110100

Color Harmonies of #FAA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA011

Black with #FAA011

Text Example


Text Example

White with #FAA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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