#FFC300

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

Shades of Golden Poppy #FFC300

Tints of Golden Poppy #FFC300

Color information

#FFC300 (or 0xFFC300) is unknown color: approx Golden Poppy. HEX triplet: FF, C3 and 00. RGB value is (255,195,0). Sum of RGB (Red+Green+Blue) = 255+195+0=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC300 is #003CFF. Grayscale: #BFBFBF. Windows color (decimal): -15616 or 50175. OLE color: 50175.

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

Color convert

RGB2551950-
CMYK00.2410
HSL45.88º100%50%-
HSV(B)45.88º100%100%-
XYZ60.7660.298.44-
YUV190.7120.38173.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.67%
G=43.33%
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
Decimal255195000.241045.8810050
HexFFC300186402e6432
Octal377303003014405614462
Binary11111111110000110011000110010001011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC300; }

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

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

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

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

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

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

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

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