Html Css Color HEX #FCD616 Turbo

📋 copy color: '#FCD616'

red 252 ◦ green 214 ◦ blue 22

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

Shades of Turbo #FCD616

Tints of Turbo #FCD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

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

R = 51.64%
G = 43.85%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCD616 (or 0xFCD616) is known color: Turbo. HEX triplet: FC, D6 and 16. RGB value is (252,214,22). Sum of RGB (Red+Green+Blue) = 252+214+22=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD616 is #0329E9. Grayscale: #CCCCCC. Windows color (decimal): -207338 or 1496828. OLE color: 1496828.

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

Color convert

RGB 252 214 22 -
CMYK 0 0.15 0.91 0.01
HSL 50.09º 0.97% 0.54% -
HSV(B) 50.09º 0.91% 0.99% -
XYZ 64.34 68.85 10.66 -
YUV 203.47 25.59 162.61 -
System Red Green Blue C M Y K H S L
Decimal 252 214 22 0 0.15 0.91 0.01 50.09 0.97 0.54
Hex FC D6 16 0 F 5B 1 32 61 36
Octal 374 326 26 0 17 133 1 62 141 66
Binary 11111100 11010110 10110 0 1111 1011011 1 110010 1100001 110110

Color Harmonies of #FCD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD616

Black with #FCD616

Text Example


Text Example

White with #FCD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD616; }

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

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

background-color css

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

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

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

border-color css

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

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

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