Html Css Color HEX #FCD017 Turbo

📋 copy color: '#FCD017'

red 252 ◦ green 208 ◦ blue 23

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

Shades of Turbo #FCD017

Tints of Turbo #FCD017

RGB

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

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

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

R = 52.17%
G = 43.06%
B = 4.76%

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

#FCD017 (or 0xFCD017) is known color: Turbo. HEX triplet: FC, D0 and 17. RGB value is (252,208,23). Sum of RGB (Red+Green+Blue) = 252+208+23=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD017 is #032FE8. Grayscale: #C8C8C8. Windows color (decimal): -208873 or 1560828. OLE color: 1560828.

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

Color convert

RGB 252 208 23 -
CMYK 0 0.17 0.91 0.01
HSL 48.47º 0.97% 0.54% -
HSV(B) 48.47º 0.91% 0.99% -
XYZ 62.86 65.87 10.21 -
YUV 200.07 28.08 165.04 -
System Red Green Blue C M Y K H S L
Decimal 252 208 23 0 0.17 0.91 0.01 48.47 0.97 0.54
Hex FC D0 17 0 11 5B 1 30 61 36
Octal 374 320 27 0 21 133 1 60 141 66
Binary 11111100 11010000 10111 0 10001 1011011 1 110000 1100001 110110

Color Harmonies of #FCD017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD017

Black with #FCD017

Text Example


Text Example

White with #FCD017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD017; }

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

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

background-color css

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

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

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

border-color css

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

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

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