Html Css Color HEX #FCD421 Turbo

📋 copy color: '#FCD421'

red 252 ◦ green 212 ◦ blue 33

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

Shades of Turbo #FCD421

Tints of Turbo #FCD421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.66%

 BLUE value IS 33 (13.28% from 255) = 6.64%

R = 50.7%
G = 42.66%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCD421 (or 0xFCD421) is known color: Turbo. HEX triplet: FC, D4 and 21. RGB value is (252,212,33). Sum of RGB (Red+Green+Blue) = 252+212+33=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD421 is #032BDE. Grayscale: #CCCCCC. Windows color (decimal): -207839 or 2217212. OLE color: 2217212.

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

Color convert

RGB 252 212 33 -
CMYK 0 0.16 0.87 0.01
HSL 49.04º 0.97% 0.56% -
HSV(B) 49.04º 0.87% 0.99% -
XYZ 63.96 67.89 11.17 -
YUV 203.55 31.75 162.55 -
System Red Green Blue C M Y K H S L
Decimal 252 212 33 0 0.16 0.87 0.01 49.04 0.97 0.56
Hex FC D4 21 0 10 57 1 31 61 38
Octal 374 324 41 0 20 127 1 61 141 70
Binary 11111100 11010100 100001 0 10000 1010111 1 110001 1100001 111000

Color Harmonies of #FCD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD421

Black with #FCD421

Text Example


Text Example

White with #FCD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD421; }

 p { color: rgb(252,212,33); }

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

background-color css

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

 a { background-color: rgb(252,212,33); }

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

border-color css

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

 span { border-color: rgb(252,212,33); }

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