#FFC200

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

Shades of Golden Poppy #FFC200

Tints of Golden Poppy #FFC200

Color information

#FFC200 (or 0xFFC200) is unknown color: approx Golden Poppy. HEX triplet: FF, C2 and 00. RGB value is (255,194,0). Sum of RGB (Red+Green+Blue) = 255+194+0=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC200 is #003DFF. Grayscale: #BEBEBE. Windows color (decimal): -15872 or 49919. OLE color: 49919.

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

Color convert

RGB2551940-
CMYK00.2410
HSL45.65º100%50%-
HSV(B)45.65º100%100%-
XYZ60.5359.848.36-
YUV190.1220.71174.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.79%
G=43.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255194000.241045.6510050
HexFFC200186402e6432
Octal377302003014405614462
Binary11111111110000100011000110010001011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC200; }

 p { color: rgb(255,194,0); }

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

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

 a { background-color: rgb(255,194,0); }

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

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

 span { border-color: rgb(255,194,0); }

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