Html Css Color HEX #FCC520 Turbo

📋 copy color: '#FCC520'

red 252 ◦ green 197 ◦ blue 32

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

Shades of Turbo #FCC520

Tints of Turbo #FCC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 32 (12.89% from 255) = 6.65%

R = 52.39%
G = 40.96%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCC520 (or 0xFCC520) is known color: Turbo. HEX triplet: FC, C5 and 20. RGB value is (252,197,32). Sum of RGB (Red+Green+Blue) = 252+197+32=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC520 is #033ADF. Grayscale: #C3C3C3. Windows color (decimal): -211680 or 2147836. OLE color: 2147836.

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

Color convert

RGB 252 197 32 -
CMYK 0 0.22 0.87 0.01
HSL 45º 0.97% 0.56% -
HSV(B) 45º 0.87% 0.99% -
XYZ 60.37 60.73 9.91 -
YUV 194.64 36.22 168.92 -
System Red Green Blue C M Y K H S L
Decimal 252 197 32 0 0.22 0.87 0.01 45 0.97 0.56
Hex FC C5 20 0 16 57 1 2D 61 38
Octal 374 305 40 0 26 127 1 55 141 70
Binary 11111100 11000101 100000 0 10110 1010111 1 101101 1100001 111000

Color Harmonies of #FCC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC520

Black with #FCC520

Text Example


Text Example

White with #FCC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC520; }

 p { color: rgb(252,197,32); }

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

background-color css

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

 a { background-color: rgb(252,197,32); }

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

border-color css

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

 span { border-color: rgb(252,197,32); }

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