Html Css Color HEX #FCA616 Dark Tangerine

📋 copy color: '#FCA616'

red 252 ◦ green 166 ◦ blue 22

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

Shades of Dark Tangerine #FCA616

Tints of Dark Tangerine #FCA616

RGB

 RED value IS 252 (98.83% from 255) = 57.27%

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

 BLUE value IS 22 (8.98% from 255) = 5%

R = 57.27%
G = 37.73%
B = 5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCA616 (or 0xFCA616) is known color: Dark Tangerine. HEX triplet: FC, A6 and 16. RGB value is (252,166,22). Sum of RGB (Red+Green+Blue) = 252+166+22=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA616 is #0359E9. Grayscale: #AFAFAF. Windows color (decimal): -219626 or 1484540. OLE color: 1484540.

HSL color Cylindrical-coordinate representation of color #FCA616: hue angle of 37.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCA616 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 166 22 -
CMYK 0 0.34 0.91 0.01
HSL 37.57º 0.97% 0.54% -
HSV(B) 37.57º 0.91% 0.99% -
XYZ 53.93 48.03 7.19 -
YUV 175.3 41.49 182.71 -
System Red Green Blue C M Y K H S L
Decimal 252 166 22 0 0.34 0.91 0.01 37.57 0.97 0.54
Hex FC A6 16 0 22 5B 1 26 61 36
Octal 374 246 26 0 42 133 1 46 141 66
Binary 11111100 10100110 10110 0 100010 1011011 1 100110 1100001 110110

Color Harmonies of #FCA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA616

Black with #FCA616

Text Example


Text Example

White with #FCA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA616; }

 p { color: rgb(252,166,22); }

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

background-color css

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

 a { background-color: rgb(252,166,22); }

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

border-color css

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

 span { border-color: rgb(252,166,22); }

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