Html Css Color HEX #FCD519 Turbo

📋 copy color: '#FCD519'

red 252 ◦ green 213 ◦ blue 25

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

Shades of Turbo #FCD519

Tints of Turbo #FCD519

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 51.43%
G = 43.47%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD519 (or 0xFCD519) is known color: Turbo. HEX triplet: FC, D5 and 19. RGB value is (252,213,25). Sum of RGB (Red+Green+Blue) = 252+213+25=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD519 is #032AE6. Grayscale: #CCCCCC. Windows color (decimal): -207591 or 1693180. OLE color: 1693180.

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

Color convert

RGB 252 213 25 -
CMYK 0 0.15 0.90 0.01
HSL 49.69º 0.97% 0.54% -
HSV(B) 49.69º 0.9% 0.99% -
XYZ 64.11 68.35 10.73 -
YUV 203.23 27.42 162.79 -
System Red Green Blue C M Y K H S L
Decimal 252 213 25 0 0.15 0.90 0.01 49.69 0.97 0.54
Hex FC D5 19 0 F 5A 1 32 61 36
Octal 374 325 31 0 17 132 1 62 141 66
Binary 11111100 11010101 11001 0 1111 1011010 1 110010 1100001 110110

Color Harmonies of #FCD519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD519

Black with #FCD519

Text Example


Text Example

White with #FCD519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD519; }

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

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

background-color css

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

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

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

border-color css

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

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

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