Html Css Color HEX #FCD115 Turbo

📋 copy color: '#FCD115'

red 252 ◦ green 209 ◦ blue 21

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

Shades of Turbo #FCD115

Tints of Turbo #FCD115

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 52.28%
G = 43.36%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD115 (or 0xFCD115) is known color: Turbo. HEX triplet: FC, D1 and 15. RGB value is (252,209,21). Sum of RGB (Red+Green+Blue) = 252+209+21=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD115 is #032EEA. Grayscale: #C9C9C9. Windows color (decimal): -208619 or 1430012. OLE color: 1430012.

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

Color convert

RGB 252 209 21 -
CMYK 0 0.17 0.92 0.01
HSL 48.83º 0.97% 0.54% -
HSV(B) 48.83º 0.92% 0.99% -
XYZ 63.08 66.35 10.19 -
YUV 200.43 26.75 164.79 -
System Red Green Blue C M Y K H S L
Decimal 252 209 21 0 0.17 0.92 0.01 48.83 0.97 0.54
Hex FC D1 15 0 11 5C 1 31 61 36
Octal 374 321 25 0 21 134 1 61 141 66
Binary 11111100 11010001 10101 0 10001 1011100 1 110001 1100001 110110

Color Harmonies of #FCD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD115

Black with #FCD115

Text Example


Text Example

White with #FCD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD115; }

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

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

background-color css

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

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

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

border-color css

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

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

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