#FFC311

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

Shades of Golden Poppy #FFC311

Tints of Golden Poppy #FFC311

Color information

#FFC311 (or 0xFFC311) is unknown color: approx Golden Poppy. HEX triplet: FF, C3 and 11. RGB value is (255,195,17). Sum of RGB (Red+Green+Blue) = 255+195+17=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC311 is #003CEE. Grayscale: #C1C1C1. Windows color (decimal): -15599 or 1164287. OLE color: 1164287.

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

Color convert

RGB25519517-
CMYK00.240.930
HSL44.87º100%53.33%-
HSV(B)44.87º93.33%100%-
XYZ60.8660.338.97-
YUV192.6528.88172.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.60%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 17 (7.03% from 255) = 3.64%
R=54.60%
G=41.76%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551951700.240.93044.8710053.33
HexFFC3110185D02d6435
Octal3773032103013505514465
Binary111111111100001110001011000101110101011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC311; }

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

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

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

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

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

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

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

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