Html Css Color HEX #FCD113 Turbo

📋 copy color: '#FCD113'

red 252 ◦ green 209 ◦ blue 19

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

Shades of Turbo #FCD113

Tints of Turbo #FCD113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.96%

R = 52.5%
G = 43.54%
B = 3.96%

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

#FCD113 (or 0xFCD113) is known color: Turbo. HEX triplet: FC, D1 and 13. RGB value is (252,209,19). Sum of RGB (Red+Green+Blue) = 252+209+19=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD113 is #032EEC. Grayscale: #C8C8C8. Windows color (decimal): -208621 or 1298940. OLE color: 1298940.

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

Color convert

RGB 252 209 19 -
CMYK 0 0.17 0.92 0.01
HSL 48.93º 0.97% 0.53% -
HSV(B) 48.93º 0.92% 0.99% -
XYZ 63.06 66.34 10.1 -
YUV 200.2 25.75 164.95 -
System Red Green Blue C M Y K H S L
Decimal 252 209 19 0 0.17 0.92 0.01 48.93 0.97 0.53
Hex FC D1 13 0 11 5C 1 31 61 35
Octal 374 321 23 0 21 134 1 61 141 65
Binary 11111100 11010001 10011 0 10001 1011100 1 110001 1100001 110101

Color Harmonies of #FCD113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD113

Black with #FCD113

Text Example


Text Example

White with #FCD113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD113; }

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

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

background-color css

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

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

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

border-color css

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

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

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