#FCC10F

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

Shades of Golden Poppy #FCC10F

Tints of Golden Poppy #FCC10F

Color information

#FCC10F (or 0xFCC10F) is unknown color: approx Golden Poppy. HEX triplet: FC, C1 and 0F. RGB value is (252,193,15). Sum of RGB (Red+Green+Blue) = 252+193+15=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC10F is #033EF0. Grayscale: #BFBFBF. Windows color (decimal): -212721 or 1032700. OLE color: 1032700.

HSL color Cylindrical-coordinate representation of color #FCC10F: hue angle of 45.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC10F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25219315-
CMYK00.230.940.01
HSL45.06º97.53%52.35%-
HSV(B)45.06º94.05%98.82%-
XYZ59.358.878.69-
YUV190.3529.05171.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.78%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 15 (6.25% from 255) = 3.26%
R=54.78%
G=41.96%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521931500.230.940.0145.0697.5352.35
HexFCC1F0175E12d6234
Octal3743011702713615514264
Binary11111100110000011111010111101111011011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC10F; }

 p { color: rgb(252,193,15); }

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

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

 a { background-color: rgb(252,193,15); }

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

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

 span { border-color: rgb(252,193,15); }

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