Html Css Color HEX #FCD315 Turbo

📋 copy color: '#FCD315'

red 252 ◦ green 211 ◦ blue 21

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

Shades of Turbo #FCD315

Tints of Turbo #FCD315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.34%

R = 52.07%
G = 43.6%
B = 4.34%

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

#FCD315 (or 0xFCD315) is known color: Turbo. HEX triplet: FC, D3 and 15. RGB value is (252,211,21). Sum of RGB (Red+Green+Blue) = 252+211+21=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD315 is #032CEA. Grayscale: #CACACA. Windows color (decimal): -208107 or 1430524. OLE color: 1430524.

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

Color convert

RGB 252 211 21 -
CMYK 0 0.16 0.92 0.01
HSL 49.35º 0.97% 0.54% -
HSV(B) 49.35º 0.92% 0.99% -
XYZ 63.57 67.34 10.36 -
YUV 201.6 26.08 163.95 -
System Red Green Blue C M Y K H S L
Decimal 252 211 21 0 0.16 0.92 0.01 49.35 0.97 0.54
Hex FC D3 15 0 10 5C 1 31 61 36
Octal 374 323 25 0 20 134 1 61 141 66
Binary 11111100 11010011 10101 0 10000 1011100 1 110001 1100001 110110

Color Harmonies of #FCD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD315

Black with #FCD315

Text Example


Text Example

White with #FCD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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