#FFC503

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

Shades of Golden Poppy #FFC503

Tints of Golden Poppy #FFC503

Color information

#FFC503 (or 0xFFC503) is unknown color: approx Golden Poppy. HEX triplet: FF, C5 and 03. RGB value is (255,197,3). Sum of RGB (Red+Green+Blue) = 255+197+3=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC503 is #003AFC. Grayscale: #C1C1C1. Windows color (decimal): -15101 or 247295. OLE color: 247295.

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

Color convert

RGB2551973-
CMYK00.230.990
HSL46.19º100%50.59%-
HSV(B)46.19º98.82%100%-
XYZ61.2261.28.67-
YUV192.2321.22172.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 3 (1.56% from 255) = 0.66%
R=56.04%
G=43.30%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255197300.230.99046.1910050.59
HexFFC530176302e6433
Octal377305302714305614463
Binary111111111100010111010111110001101011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC503; }

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

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

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

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

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

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

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

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