Html Css Color HEX #FAA61C Dark Tangerine

📋 copy color: '#FAA61C'

red 250 ◦ green 166 ◦ blue 28

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

Shades of Dark Tangerine #FAA61C

Tints of Dark Tangerine #FAA61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 56.31%
G = 37.39%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAA61C (or 0xFAA61C) is known color: Dark Tangerine. HEX triplet: FA, A6 and 1C. RGB value is (250,166,28). Sum of RGB (Red+Green+Blue) = 250+166+28=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA61C is #0559E3. Grayscale: #B0B0B0. Windows color (decimal): -350692 or 1877754. OLE color: 1877754.

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

Color convert

RGB 250 166 28 -
CMYK 0 0.34 0.89 0.02
HSL 37.3º 0.96% 0.55% -
HSV(B) 37.3º 0.89% 0.98% -
XYZ 53.27 47.68 7.49 -
YUV 175.38 44.83 181.22 -
System Red Green Blue C M Y K H S L
Decimal 250 166 28 0 0.34 0.89 0.02 37.3 0.96 0.55
Hex FA A6 1C 0 22 59 2 25 60 37
Octal 372 246 34 0 42 131 2 45 140 67
Binary 11111010 10100110 11100 0 100010 1011001 10 100101 1100000 110111

Color Harmonies of #FAA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA61C

Black with #FAA61C

Text Example


Text Example

White with #FAA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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