Html Css Color HEX #FAA60A Dark Tangerine

📋 copy color: '#FAA60A'

red 250 ◦ green 166 ◦ blue 10

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

Shades of Dark Tangerine #FAA60A

Tints of Dark Tangerine #FAA60A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 58.69%
G = 38.97%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAA60A (or 0xFAA60A) is known color: Dark Tangerine. HEX triplet: FA, A6 and 0A. RGB value is (250,166,10). Sum of RGB (Red+Green+Blue) = 250+166+10=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA60A is #0559F5. Grayscale: #AEAEAE. Windows color (decimal): -350710 or 698106. OLE color: 698106.

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

Color convert

RGB 250 166 10 -
CMYK 0 0.34 0.96 0.02
HSL 39º 0.96% 0.51% -
HSV(B) 39º 0.96% 0.98% -
XYZ 53.12 47.62 6.68 -
YUV 173.33 35.83 182.68 -
System Red Green Blue C M Y K H S L
Decimal 250 166 10 0 0.34 0.96 0.02 39 0.96 0.51
Hex FA A6 A 0 22 60 2 27 60 33
Octal 372 246 12 0 42 140 2 47 140 63
Binary 11111010 10100110 1010 0 100010 1100000 10 100111 1100000 110011

Color Harmonies of #FAA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA60A

Black with #FAA60A

Text Example


Text Example

White with #FAA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA60A; }

 p { color: rgb(250,166,10); }

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

background-color css

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

 a { background-color: rgb(250,166,10); }

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

border-color css

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

 span { border-color: rgb(250,166,10); }

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