Html Css Color HEX #FCD217 Turbo

📋 copy color: '#FCD217'

red 252 ◦ green 210 ◦ blue 23

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

Shades of Turbo #FCD217

Tints of Turbo #FCD217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

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

R = 51.96%
G = 43.3%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCD217 (or 0xFCD217) is known color: Turbo. HEX triplet: FC, D2 and 17. RGB value is (252,210,23). Sum of RGB (Red+Green+Blue) = 252+210+23=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD217 is #032DE8. Grayscale: #CACACA. Windows color (decimal): -208361 or 1561340. OLE color: 1561340.

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

Color convert

RGB 252 210 23 -
CMYK 0 0.17 0.91 0.01
HSL 49º 0.97% 0.54% -
HSV(B) 49º 0.91% 0.99% -
XYZ 63.35 66.85 10.38 -
YUV 201.24 27.41 164.21 -
System Red Green Blue C M Y K H S L
Decimal 252 210 23 0 0.17 0.91 0.01 49 0.97 0.54
Hex FC D2 17 0 11 5B 1 31 61 36
Octal 374 322 27 0 21 133 1 61 141 66
Binary 11111100 11010010 10111 0 10001 1011011 1 110001 1100001 110110

Color Harmonies of #FCD217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD217

Black with #FCD217

Text Example


Text Example

White with #FCD217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD217; }

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

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

background-color css

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

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

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

border-color css

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

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

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