Html Css Color HEX #FCA613 Dark Tangerine

📋 copy color: '#FCA613'

red 252 ◦ green 166 ◦ blue 19

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

Shades of Dark Tangerine #FCA613

Tints of Dark Tangerine #FCA613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.35%

R = 57.67%
G = 37.99%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCA613 (or 0xFCA613) is known color: Dark Tangerine. HEX triplet: FC, A6 and 13. RGB value is (252,166,19). Sum of RGB (Red+Green+Blue) = 252+166+19=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA613 is #0359EC. Grayscale: #AFAFAF. Windows color (decimal): -219629 or 1287932. OLE color: 1287932.

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

Color convert

RGB 252 166 19 -
CMYK 0 0.34 0.92 0.01
HSL 37.85º 0.97% 0.53% -
HSV(B) 37.85º 0.92% 0.99% -
XYZ 53.9 48.01 7.04 -
YUV 174.96 39.99 182.95 -
System Red Green Blue C M Y K H S L
Decimal 252 166 19 0 0.34 0.92 0.01 37.85 0.97 0.53
Hex FC A6 13 0 22 5C 1 26 61 35
Octal 374 246 23 0 42 134 1 46 141 65
Binary 11111100 10100110 10011 0 100010 1011100 1 100110 1100001 110101

Color Harmonies of #FCA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA613

Black with #FCA613

Text Example


Text Example

White with #FCA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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