Html Css Color HEX #FCD517 Turbo

📋 copy color: '#FCD517'

red 252 ◦ green 213 ◦ blue 23

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

Shades of Turbo #FCD517

Tints of Turbo #FCD517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.71%

R = 51.64%
G = 43.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCD517 (or 0xFCD517) is known color: Turbo. HEX triplet: FC, D5 and 17. RGB value is (252,213,23). Sum of RGB (Red+Green+Blue) = 252+213+23=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD517 is #032AE8. Grayscale: #CBCBCB. Windows color (decimal): -207593 or 1562108. OLE color: 1562108.

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

Color convert

RGB 252 213 23 -
CMYK 0 0.15 0.91 0.01
HSL 49.78º 0.97% 0.54% -
HSV(B) 49.78º 0.91% 0.99% -
XYZ 64.09 68.35 10.62 -
YUV 203 26.42 162.95 -
System Red Green Blue C M Y K H S L
Decimal 252 213 23 0 0.15 0.91 0.01 49.78 0.97 0.54
Hex FC D5 17 0 F 5B 1 32 61 36
Octal 374 325 27 0 17 133 1 62 141 66
Binary 11111100 11010101 10111 0 1111 1011011 1 110010 1100001 110110

Color Harmonies of #FCD517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD517

Black with #FCD517

Text Example


Text Example

White with #FCD517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD517; }

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

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

background-color css

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

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

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

border-color css

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

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

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