Html Css Color HEX #FCD014 Turbo

📋 copy color: '#FCD014'

red 252 ◦ green 208 ◦ blue 20

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

Shades of Turbo #FCD014

Tints of Turbo #FCD014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.17%

R = 52.5%
G = 43.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD014 (or 0xFCD014) is known color: Turbo. HEX triplet: FC, D0 and 14. RGB value is (252,208,20). Sum of RGB (Red+Green+Blue) = 252+208+20=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD014 is #032FEB. Grayscale: #C8C8C8. Windows color (decimal): -208876 or 1364220. OLE color: 1364220.

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

Color convert

RGB 252 208 20 -
CMYK 0 0.17 0.92 0.01
HSL 48.62º 0.97% 0.53% -
HSV(B) 48.62º 0.92% 0.99% -
XYZ 62.83 65.86 10.06 -
YUV 199.72 26.58 165.29 -
System Red Green Blue C M Y K H S L
Decimal 252 208 20 0 0.17 0.92 0.01 48.62 0.97 0.53
Hex FC D0 14 0 11 5C 1 31 61 35
Octal 374 320 24 0 21 134 1 61 141 65
Binary 11111100 11010000 10100 0 10001 1011100 1 110001 1100001 110101

Color Harmonies of #FCD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD014

Black with #FCD014

Text Example


Text Example

White with #FCD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD014; }

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

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

background-color css

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

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

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

border-color css

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

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

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