Html Css Color HEX #FCD716 Turbo

📋 copy color: '#FCD716'

red 252 ◦ green 215 ◦ blue 22

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

Shades of Turbo #FCD716

Tints of Turbo #FCD716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

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

R = 51.53%
G = 43.97%
B = 4.5%

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

#FCD716 (or 0xFCD716) is known color: Turbo. HEX triplet: FC, D7 and 16. RGB value is (252,215,22). Sum of RGB (Red+Green+Blue) = 252+215+22=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 22 (8.98% from 255 or 4.50% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD716 is #0328E9. Grayscale: #CCCCCC. Windows color (decimal): -207082 or 1497084. OLE color: 1497084.

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

Color convert

RGB 252 215 22 -
CMYK 0 0.15 0.91 0.01
HSL 50.35º 0.97% 0.54% -
HSV(B) 50.35º 0.91% 0.99% -
XYZ 64.59 69.35 10.74 -
YUV 204.06 25.26 162.19 -
System Red Green Blue C M Y K H S L
Decimal 252 215 22 0 0.15 0.91 0.01 50.35 0.97 0.54
Hex FC D7 16 0 F 5B 1 32 61 36
Octal 374 327 26 0 17 133 1 62 141 66
Binary 11111100 11010111 10110 0 1111 1011011 1 110010 1100001 110110

Color Harmonies of #FCD716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD716

Black with #FCD716

Text Example


Text Example

White with #FCD716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD716; }

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

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

background-color css

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

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

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

border-color css

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

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

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