Html Css Color HEX #FCD32A Turbo

📋 copy color: '#FCD32A'

red 252 ◦ green 211 ◦ blue 42

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

Shades of Turbo #FCD32A

Tints of Turbo #FCD32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.32%

R = 49.9%
G = 41.78%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD32A (or 0xFCD32A) is known color: Turbo. HEX triplet: FC, D3 and 2A. RGB value is (252,211,42). Sum of RGB (Red+Green+Blue) = 252+211+42=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD32A is #032CD5. Grayscale: #CCCCCC. Windows color (decimal): -208086 or 2806780. OLE color: 2806780.

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

Color convert

RGB 252 211 42 -
CMYK 0 0.16 0.83 0.01
HSL 48.29º 0.97% 0.58% -
HSV(B) 48.29º 0.83% 0.99% -
XYZ 63.86 67.45 11.84 -
YUV 203.99 36.58 162.24 -
System Red Green Blue C M Y K H S L
Decimal 252 211 42 0 0.16 0.83 0.01 48.29 0.97 0.58
Hex FC D3 2A 0 10 53 1 30 61 3A
Octal 374 323 52 0 20 123 1 60 141 72
Binary 11111100 11010011 101010 0 10000 1010011 1 110000 1100001 111010

Color Harmonies of #FCD32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD32A

Black with #FCD32A

Text Example


Text Example

White with #FCD32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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