Html Css Color HEX #FCD418 Turbo

📋 copy color: '#FCD418'

red 252 ◦ green 212 ◦ blue 24

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

Shades of Turbo #FCD418

Tints of Turbo #FCD418

RGB

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

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

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

R = 51.64%
G = 43.44%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD418 (or 0xFCD418) is known color: Turbo. HEX triplet: FC, D4 and 18. RGB value is (252,212,24). Sum of RGB (Red+Green+Blue) = 252+212+24=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD418 is #032BE7. Grayscale: #CBCBCB. Windows color (decimal): -207848 or 1627388. OLE color: 1627388.

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

Color convert

RGB 252 212 24 -
CMYK 0 0.16 0.90 0.01
HSL 49.47º 0.97% 0.54% -
HSV(B) 49.47º 0.9% 0.99% -
XYZ 63.85 67.85 10.59 -
YUV 202.53 27.25 163.29 -
System Red Green Blue C M Y K H S L
Decimal 252 212 24 0 0.16 0.90 0.01 49.47 0.97 0.54
Hex FC D4 18 0 10 5A 1 31 61 36
Octal 374 324 30 0 20 132 1 61 141 66
Binary 11111100 11010100 11000 0 10000 1011010 1 110001 1100001 110110

Color Harmonies of #FCD418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD418

Black with #FCD418

Text Example


Text Example

White with #FCD418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD418; }

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

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

background-color css

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

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

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

border-color css

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

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

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