Html Css Color HEX #FCA619 Dark Tangerine

📋 copy color: '#FCA619'

red 252 ◦ green 166 ◦ blue 25

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

Shades of Dark Tangerine #FCA619

Tints of Dark Tangerine #FCA619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.64%

R = 56.88%
G = 37.47%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCA619 (or 0xFCA619) is known color: Dark Tangerine. HEX triplet: FC, A6 and 19. RGB value is (252,166,25). Sum of RGB (Red+Green+Blue) = 252+166+25=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA619 is #0359E6. Grayscale: #B0B0B0. Windows color (decimal): -219623 or 1681148. OLE color: 1681148.

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

Color convert

RGB 252 166 25 -
CMYK 0 0.34 0.90 0.01
HSL 37.27º 0.97% 0.54% -
HSV(B) 37.27º 0.9% 0.99% -
XYZ 53.96 48.04 7.35 -
YUV 175.64 42.99 182.46 -
System Red Green Blue C M Y K H S L
Decimal 252 166 25 0 0.34 0.90 0.01 37.27 0.97 0.54
Hex FC A6 19 0 22 5A 1 25 61 36
Octal 374 246 31 0 42 132 1 45 141 66
Binary 11111100 10100110 11001 0 100010 1011010 1 100101 1100001 110110

Color Harmonies of #FCA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA619

Black with #FCA619

Text Example


Text Example

White with #FCA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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