Html Css Color HEX #FCD018 Turbo

📋 copy color: '#FCD018'

red 252 ◦ green 208 ◦ blue 24

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

Shades of Turbo #FCD018

Tints of Turbo #FCD018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

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

R = 52.07%
G = 42.98%
B = 4.96%

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

#FCD018 (or 0xFCD018) is known color: Turbo. HEX triplet: FC, D0 and 18. RGB value is (252,208,24). Sum of RGB (Red+Green+Blue) = 252+208+24=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD018 is #032FE7. Grayscale: #C8C8C8. Windows color (decimal): -208872 or 1626364. OLE color: 1626364.

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

Color convert

RGB 252 208 24 -
CMYK 0 0.17 0.90 0.01
HSL 48.42º 0.97% 0.54% -
HSV(B) 48.42º 0.9% 0.99% -
XYZ 62.87 65.87 10.27 -
YUV 200.18 28.58 164.96 -
System Red Green Blue C M Y K H S L
Decimal 252 208 24 0 0.17 0.90 0.01 48.42 0.97 0.54
Hex FC D0 18 0 11 5A 1 30 61 36
Octal 374 320 30 0 21 132 1 60 141 66
Binary 11111100 11010000 11000 0 10001 1011010 1 110000 1100001 110110

Color Harmonies of #FCD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD018

Black with #FCD018

Text Example


Text Example

White with #FCD018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD018; }

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

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

background-color css

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

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

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

border-color css

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

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

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