#F3BE00

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

Shades of Golden Poppy #F3BE00

Tints of Golden Poppy #F3BE00

Color information

#F3BE00 (or 0xF3BE00) is unknown color: approx Golden Poppy. HEX triplet: F3, BE and 00. RGB value is (243,190,0). Sum of RGB (Red+Green+Blue) = 243+190+0=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BE00 is #0C41FF. Grayscale: #B9B9B9. Windows color (decimal): -803328 or 48883. OLE color: 48883.

HSL color Cylindrical-coordinate representation of color #F3BE00: hue angle of 46.91º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3BE00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB2431900-
CMYK00.2210.05
HSL46.91º100%47.65%-
HSV(B)46.91º100%95.29%-
XYZ55.3855.887.87-
YUV184.1924.06169.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.12%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.12%
G=43.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243190000.2210.0546.9110047.65
HexF3BE00166452f6430
Octal363276002614455714460
Binary1111001110111110001011011001001011011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BE00; }

 p { color: rgb(243,190,0); }

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

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

 a { background-color: rgb(243,190,0); }

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

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

 span { border-color: rgb(243,190,0); }

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