#fcc601

Color #FCC601 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #FCC601

Tints of Golden Poppy #FCC601

Color information

#FCC601 (or 0xFCC601) is unknown color: approx Golden Poppy. HEX triplet: FC, C6 and 01. RGB value is (252,198,1). Sum of RGB (Red+Green+Blue) = 252+198+1=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC601 is #0339FE. Grayscale: #C0C0C0. Windows color (decimal): -211455 or 116476. OLE color: 116476.

HSL color Cylindrical-coordinate representation of color #FCC601: hue angle of 47.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCC601 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB2521981-
CMYK00.211.000.01
HSL47.09º99.21%49.61%-
HSV(B)47.09º99.6%98.82%-
XYZ60.3461.098.64-
YUV191.6920.39171.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.88%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=55.88%
G=43.90%
B=0.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252198100.211.000.0147.0999.2149.61
HexFCC610156412f6332
Octal374306102514415714362
Binary11111100110001101010101110010011011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcc601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcc601; }

 p { color: rgb(252,198,1); }

 H1.HeaderClassName
 {
   color: #fcc601;
 }
 .AnyTagClassName
 {
   color: #fcc601;
 }
</style>
background-color css

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

 a { background-color: rgb(252,198,1); }

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

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

 span { border-color: rgb(252,198,1); }

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