Html Css Color HEX #FCD615 Turbo

📋 copy color: '#FCD615'

red 252 ◦ green 214 ◦ blue 21

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

Shades of Turbo #FCD615

Tints of Turbo #FCD615

RGB

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

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

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

R = 51.75%
G = 43.94%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD615 (or 0xFCD615) is known color: Turbo. HEX triplet: FC, D6 and 15. RGB value is (252,214,21). Sum of RGB (Red+Green+Blue) = 252+214+21=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD615 is #0329EA. Grayscale: #CCCCCC. Windows color (decimal): -207339 or 1431292. OLE color: 1431292.

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

Color convert

RGB 252 214 21 -
CMYK 0 0.15 0.92 0.01
HSL 50.13º 0.97% 0.54% -
HSV(B) 50.13º 0.92% 0.99% -
XYZ 64.33 68.84 10.61 -
YUV 203.36 25.09 162.69 -
System Red Green Blue C M Y K H S L
Decimal 252 214 21 0 0.15 0.92 0.01 50.13 0.97 0.54
Hex FC D6 15 0 F 5C 1 32 61 36
Octal 374 326 25 0 17 134 1 62 141 66
Binary 11111100 11010110 10101 0 1111 1011100 1 110010 1100001 110110

Color Harmonies of #FCD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD615

Black with #FCD615

Text Example


Text Example

White with #FCD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD615; }

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

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

background-color css

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

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

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

border-color css

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

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

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