Html Css Color HEX #FCD314 Turbo

📋 copy color: '#FCD314'

red 252 ◦ green 211 ◦ blue 20

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

Shades of Turbo #FCD314

Tints of Turbo #FCD314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.69%

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

R = 52.17%
G = 43.69%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD314 (or 0xFCD314) is known color: Turbo. HEX triplet: FC, D3 and 14. RGB value is (252,211,20). Sum of RGB (Red+Green+Blue) = 252+211+20=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD314 is #032CEB. Grayscale: #CACACA. Windows color (decimal): -208108 or 1364988. OLE color: 1364988.

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

Color convert

RGB 252 211 20 -
CMYK 0 0.16 0.92 0.01
HSL 49.4º 0.97% 0.53% -
HSV(B) 49.4º 0.92% 0.99% -
XYZ 63.57 67.33 10.31 -
YUV 201.49 25.58 164.03 -
System Red Green Blue C M Y K H S L
Decimal 252 211 20 0 0.16 0.92 0.01 49.4 0.97 0.53
Hex FC D3 14 0 10 5C 1 31 61 35
Octal 374 323 24 0 20 134 1 61 141 65
Binary 11111100 11010011 10100 0 10000 1011100 1 110001 1100001 110101

Color Harmonies of #FCD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD314

Black with #FCD314

Text Example


Text Example

White with #FCD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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