Html Css Color HEX #FCD415 Turbo

📋 copy color: '#FCD415'

red 252 ◦ green 212 ◦ blue 21

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

Shades of Turbo #FCD415

Tints of Turbo #FCD415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.33%

R = 51.96%
G = 43.71%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD415 (or 0xFCD415) is known color: Turbo. HEX triplet: FC, D4 and 15. RGB value is (252,212,21). Sum of RGB (Red+Green+Blue) = 252+212+21=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD415 is #032BEA. Grayscale: #CACACA. Windows color (decimal): -207851 or 1430780. OLE color: 1430780.

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

Color convert

RGB 252 212 21 -
CMYK 0 0.16 0.92 0.01
HSL 49.61º 0.97% 0.54% -
HSV(B) 49.61º 0.92% 0.99% -
XYZ 63.82 67.84 10.44 -
YUV 202.19 25.75 163.53 -
System Red Green Blue C M Y K H S L
Decimal 252 212 21 0 0.16 0.92 0.01 49.61 0.97 0.54
Hex FC D4 15 0 10 5C 1 32 61 36
Octal 374 324 25 0 20 134 1 62 141 66
Binary 11111100 11010100 10101 0 10000 1011100 1 110010 1100001 110110

Color Harmonies of #FCD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD415

Black with #FCD415

Text Example


Text Example

White with #FCD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD415; }

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

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

background-color css

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

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

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

border-color css

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

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

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