Html Css Color HEX #FCD416 Turbo

📋 copy color: '#FCD416'

red 252 ◦ green 212 ◦ blue 22

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

Shades of Turbo #FCD416

Tints of Turbo #FCD416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.62%

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

R = 51.85%
G = 43.62%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCD416 (or 0xFCD416) is known color: Turbo. HEX triplet: FC, D4 and 16. RGB value is (252,212,22). Sum of RGB (Red+Green+Blue) = 252+212+22=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 22 (8.98% from 255 or 4.53% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD416 is #032BE9. Grayscale: #CBCBCB. Windows color (decimal): -207850 or 1496316. OLE color: 1496316.

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

Color convert

RGB 252 212 22 -
CMYK 0 0.16 0.91 0.01
HSL 49.57º 0.97% 0.54% -
HSV(B) 49.57º 0.91% 0.99% -
XYZ 63.83 67.84 10.49 -
YUV 202.3 26.25 163.45 -
System Red Green Blue C M Y K H S L
Decimal 252 212 22 0 0.16 0.91 0.01 49.57 0.97 0.54
Hex FC D4 16 0 10 5B 1 32 61 36
Octal 374 324 26 0 20 133 1 62 141 66
Binary 11111100 11010100 10110 0 10000 1011011 1 110010 1100001 110110

Color Harmonies of #FCD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD416

Black with #FCD416

Text Example


Text Example

White with #FCD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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