Html Css Color HEX #FCD614 Turbo

📋 copy color: '#FCD614'

red 252 ◦ green 214 ◦ blue 20

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

Shades of Turbo #FCD614

Tints of Turbo #FCD614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.03%

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

R = 51.85%
G = 44.03%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD614 (or 0xFCD614) is known color: Turbo. HEX triplet: FC, D6 and 14. RGB value is (252,214,20). Sum of RGB (Red+Green+Blue) = 252+214+20=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD614 is #0329EB. Grayscale: #CCCCCC. Windows color (decimal): -207340 or 1365756. OLE color: 1365756.

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

Color convert

RGB 252 214 20 -
CMYK 0 0.15 0.92 0.01
HSL 50.17º 0.97% 0.53% -
HSV(B) 50.17º 0.92% 0.99% -
XYZ 64.32 68.84 10.56 -
YUV 203.25 24.59 162.77 -
System Red Green Blue C M Y K H S L
Decimal 252 214 20 0 0.15 0.92 0.01 50.17 0.97 0.53
Hex FC D6 14 0 F 5C 1 32 61 35
Octal 374 326 24 0 17 134 1 62 141 65
Binary 11111100 11010110 10100 0 1111 1011100 1 110010 1100001 110101

Color Harmonies of #FCD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD614

Black with #FCD614

Text Example


Text Example

White with #FCD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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