Html Css Color HEX #FCD119 Turbo

📋 copy color: '#FCD119'

red 252 ◦ green 209 ◦ blue 25

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

Shades of Turbo #FCD119

Tints of Turbo #FCD119

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43%

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

R = 51.85%
G = 43%
B = 5.14%

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

#FCD119 (or 0xFCD119) is known color: Turbo. HEX triplet: FC, D1 and 19. RGB value is (252,209,25). Sum of RGB (Red+Green+Blue) = 252+209+25=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD119 is #032EE6. Grayscale: #C9C9C9. Windows color (decimal): -208615 or 1692156. OLE color: 1692156.

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

Color convert

RGB 252 209 25 -
CMYK 0 0.17 0.90 0.01
HSL 48.63º 0.97% 0.54% -
HSV(B) 48.63º 0.9% 0.99% -
XYZ 63.12 66.37 10.4 -
YUV 200.88 28.75 164.46 -
System Red Green Blue C M Y K H S L
Decimal 252 209 25 0 0.17 0.90 0.01 48.63 0.97 0.54
Hex FC D1 19 0 11 5A 1 31 61 36
Octal 374 321 31 0 21 132 1 61 141 66
Binary 11111100 11010001 11001 0 10001 1011010 1 110001 1100001 110110

Color Harmonies of #FCD119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD119

Black with #FCD119

Text Example


Text Example

White with #FCD119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD119; }

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

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

background-color css

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

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

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

border-color css

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

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

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