Html Css Color HEX #FCD116 Turbo

📋 copy color: '#FCD116'

red 252 ◦ green 209 ◦ blue 22

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

Shades of Turbo #FCD116

Tints of Turbo #FCD116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.55%

R = 52.17%
G = 43.27%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCD116 (or 0xFCD116) is known color: Turbo. HEX triplet: FC, D1 and 16. RGB value is (252,209,22). Sum of RGB (Red+Green+Blue) = 252+209+22=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD116 is #032EE9. Grayscale: #C9C9C9. Windows color (decimal): -208618 or 1495548. OLE color: 1495548.

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

Color convert

RGB 252 209 22 -
CMYK 0 0.17 0.91 0.01
HSL 48.78º 0.97% 0.54% -
HSV(B) 48.78º 0.91% 0.99% -
XYZ 63.09 66.35 10.24 -
YUV 200.54 27.25 164.71 -
System Red Green Blue C M Y K H S L
Decimal 252 209 22 0 0.17 0.91 0.01 48.78 0.97 0.54
Hex FC D1 16 0 11 5B 1 31 61 36
Octal 374 321 26 0 21 133 1 61 141 66
Binary 11111100 11010001 10110 0 10001 1011011 1 110001 1100001 110110

Color Harmonies of #FCD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD116

Black with #FCD116

Text Example


Text Example

White with #FCD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD116; }

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

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

background-color css

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

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

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

border-color css

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

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

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