#FFC403

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

Shades of Golden Poppy #FFC403

Tints of Golden Poppy #FFC403

Color information

#FFC403 (or 0xFFC403) is unknown color: approx Golden Poppy. HEX triplet: FF, C4 and 03. RGB value is (255,196,3). Sum of RGB (Red+Green+Blue) = 255+196+3=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC403 is #003BFC. Grayscale: #C0C0C0. Windows color (decimal): -15357 or 247039. OLE color: 247039.

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

Color convert

RGB2551963-
CMYK00.230.990
HSL45.95º100%50.59%-
HSV(B)45.95º98.82%100%-
XYZ6160.758.6-
YUV191.6421.55173.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 3 (1.56% from 255) = 0.66%
R=56.17%
G=43.17%
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
Decimal255196300.230.99045.9510050.59
HexFFC430176302e6433
Octal377304302714305614463
Binary111111111100010011010111110001101011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC403; }

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

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

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

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

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

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

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

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