Html Css Color HEX #FAA60C Dark Tangerine

📋 copy color: '#FAA60C'

red 250 ◦ green 166 ◦ blue 12

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

Shades of Dark Tangerine #FAA60C

Tints of Dark Tangerine #FAA60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 58.41%
G = 38.79%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAA60C (or 0xFAA60C) is known color: Dark Tangerine. HEX triplet: FA, A6 and 0C. RGB value is (250,166,12). Sum of RGB (Red+Green+Blue) = 250+166+12=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA60C is #0559F3. Grayscale: #AEAEAE. Windows color (decimal): -350708 or 829178. OLE color: 829178.

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

Color convert

RGB 250 166 12 -
CMYK 0 0.34 0.95 0.02
HSL 38.82º 0.96% 0.51% -
HSV(B) 38.82º 0.95% 0.98% -
XYZ 53.13 47.62 6.74 -
YUV 173.56 36.83 182.52 -
System Red Green Blue C M Y K H S L
Decimal 250 166 12 0 0.34 0.95 0.02 38.82 0.96 0.51
Hex FA A6 C 0 22 5F 2 27 60 33
Octal 372 246 14 0 42 137 2 47 140 63
Binary 11111010 10100110 1100 0 100010 1011111 10 100111 1100000 110011

Color Harmonies of #FAA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA60C

Black with #FAA60C

Text Example


Text Example

White with #FAA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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