Html Css Color HEX #FCD518 Turbo

📋 copy color: '#FCD518'

red 252 ◦ green 213 ◦ blue 24

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

Shades of Turbo #FCD518

Tints of Turbo #FCD518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

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

R = 51.53%
G = 43.56%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCD518 (or 0xFCD518) is known color: Turbo. HEX triplet: FC, D5 and 18. RGB value is (252,213,24). Sum of RGB (Red+Green+Blue) = 252+213+24=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD518 is #032AE7. Grayscale: #CBCBCB. Windows color (decimal): -207592 or 1627644. OLE color: 1627644.

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

Color convert

RGB 252 213 24 -
CMYK 0 0.15 0.90 0.01
HSL 49.74º 0.97% 0.54% -
HSV(B) 49.74º 0.9% 0.99% -
XYZ 64.1 68.35 10.68 -
YUV 203.12 26.92 162.87 -
System Red Green Blue C M Y K H S L
Decimal 252 213 24 0 0.15 0.90 0.01 49.74 0.97 0.54
Hex FC D5 18 0 F 5A 1 32 61 36
Octal 374 325 30 0 17 132 1 62 141 66
Binary 11111100 11010101 11000 0 1111 1011010 1 110010 1100001 110110

Color Harmonies of #FCD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD518

Black with #FCD518

Text Example


Text Example

White with #FCD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD518; }

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

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

background-color css

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

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

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

border-color css

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

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

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