Html Css Color HEX #FCD019 Turbo

📋 copy color: '#FCD019'

red 252 ◦ green 208 ◦ blue 25

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

Shades of Turbo #FCD019

Tints of Turbo #FCD019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

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

R = 51.96%
G = 42.89%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD019 (or 0xFCD019) is known color: Turbo. HEX triplet: FC, D0 and 19. RGB value is (252,208,25). Sum of RGB (Red+Green+Blue) = 252+208+25=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD019 is #032FE6. Grayscale: #C9C9C9. Windows color (decimal): -208871 or 1691900. OLE color: 1691900.

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

Color convert

RGB 252 208 25 -
CMYK 0 0.17 0.90 0.01
HSL 48.37º 0.97% 0.54% -
HSV(B) 48.37º 0.9% 0.99% -
XYZ 62.88 65.88 10.32 -
YUV 200.29 29.08 164.88 -
System Red Green Blue C M Y K H S L
Decimal 252 208 25 0 0.17 0.90 0.01 48.37 0.97 0.54
Hex FC D0 19 0 11 5A 1 30 61 36
Octal 374 320 31 0 21 132 1 60 141 66
Binary 11111100 11010000 11001 0 10001 1011010 1 110000 1100001 110110

Color Harmonies of #FCD019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD019

Black with #FCD019

Text Example


Text Example

White with #FCD019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD019; }

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

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

background-color css

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

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

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

border-color css

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

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

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