Html Css Color HEX #FCD322 Turbo

📋 copy color: '#FCD322'

red 252 ◦ green 211 ◦ blue 34

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

Shades of Turbo #FCD322

Tints of Turbo #FCD322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.84%

R = 50.7%
G = 42.45%
B = 6.84%

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

#FCD322 (or 0xFCD322) is known color: Turbo. HEX triplet: FC, D3 and 22. RGB value is (252,211,34). Sum of RGB (Red+Green+Blue) = 252+211+34=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD322 is #032CDD. Grayscale: #CBCBCB. Windows color (decimal): -208094 or 2282492. OLE color: 2282492.

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

Color convert

RGB 252 211 34 -
CMYK 0 0.16 0.87 0.01
HSL 48.72º 0.97% 0.56% -
HSV(B) 48.72º 0.87% 0.99% -
XYZ 63.73 67.4 11.16 -
YUV 203.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 252 211 34 0 0.16 0.87 0.01 48.72 0.97 0.56
Hex FC D3 22 0 10 57 1 31 61 38
Octal 374 323 42 0 20 127 1 61 141 70
Binary 11111100 11010011 100010 0 10000 1010111 1 110001 1100001 111000

Color Harmonies of #FCD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD322

Black with #FCD322

Text Example


Text Example

White with #FCD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD322; }

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

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

background-color css

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

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

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

border-color css

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

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

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