Html Css Color HEX #FCB519 Dark Tangerine

📋 copy color: '#FCB519'

red 252 ◦ green 181 ◦ blue 25

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

Shades of Dark Tangerine #FCB519

Tints of Dark Tangerine #FCB519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.52%

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

R = 55.02%
G = 39.52%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCB519 (or 0xFCB519) is known color: Dark Tangerine. HEX triplet: FC, B5 and 19. RGB value is (252,181,25). Sum of RGB (Red+Green+Blue) = 252+181+25=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB519 is #034AE6. Grayscale: #B9B9B9. Windows color (decimal): -215783 or 1684988. OLE color: 1684988.

HSL color Cylindrical-coordinate representation of color #FCB519: hue angle of 41.23º 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 #FCB519 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 25 -
CMYK 0 0.28 0.90 0.01
HSL 41.23º 0.97% 0.54% -
HSV(B) 41.23º 0.9% 0.99% -
XYZ 56.84 53.81 8.31 -
YUV 184.45 38.02 176.18 -
System Red Green Blue C M Y K H S L
Decimal 252 181 25 0 0.28 0.90 0.01 41.23 0.97 0.54
Hex FC B5 19 0 1C 5A 1 29 61 36
Octal 374 265 31 0 34 132 1 51 141 66
Binary 11111100 10110101 11001 0 11100 1011010 1 101001 1100001 110110

Color Harmonies of #FCB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB519

Black with #FCB519

Text Example


Text Example

White with #FCB519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB519; }

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

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

background-color css

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

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

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

border-color css

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

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

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