Html Css Color HEX #FCD118 Turbo

📋 copy color: '#FCD118'

red 252 ◦ green 209 ◦ blue 24

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

Shades of Turbo #FCD118

Tints of Turbo #FCD118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.95%

R = 51.96%
G = 43.09%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD118 (or 0xFCD118) is known color: Turbo. HEX triplet: FC, D1 and 18. RGB value is (252,209,24). Sum of RGB (Red+Green+Blue) = 252+209+24=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD118 is #032EE7. Grayscale: #C9C9C9. Windows color (decimal): -208616 or 1626620. OLE color: 1626620.

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

Color convert

RGB 252 209 24 -
CMYK 0 0.17 0.90 0.01
HSL 48.68º 0.97% 0.54% -
HSV(B) 48.68º 0.9% 0.99% -
XYZ 63.11 66.36 10.35 -
YUV 200.77 28.25 164.54 -
System Red Green Blue C M Y K H S L
Decimal 252 209 24 0 0.17 0.90 0.01 48.68 0.97 0.54
Hex FC D1 18 0 11 5A 1 31 61 36
Octal 374 321 30 0 21 132 1 61 141 66
Binary 11111100 11010001 11000 0 10001 1011010 1 110001 1100001 110110

Color Harmonies of #FCD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD118

Black with #FCD118

Text Example


Text Example

White with #FCD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD118; }

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

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

background-color css

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

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

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

border-color css

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

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

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