#FFC500

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

Shades of Golden Poppy #FFC500

Tints of Golden Poppy #FFC500

Color information

#FFC500 (or 0xFFC500) is unknown color: approx Golden Poppy. HEX triplet: FF, C5 and 00. RGB value is (255,197,0). Sum of RGB (Red+Green+Blue) = 255+197+0=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC500 is #003AFF. Grayscale: #C0C0C0. Windows color (decimal): -15104 or 50687. OLE color: 50687.

HSL color Cylindrical-coordinate representation of color #FFC500: hue angle of 46.35º 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 #FFC500 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2551970-
CMYK00.2310
HSL46.35º100%50%-
HSV(B)46.35º100%100%-
XYZ61.2161.198.59-
YUV191.8819.72173.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.42%
GREEN value IS 197 (77.34% from 255) = 43.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.42%
G=43.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255197000.231046.3510050
HexFFC500176402e6432
Octal377305002714405614462
Binary11111111110001010010111110010001011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC500; }

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

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

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

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

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

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

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

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