#F9BD02

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

Shades of Golden Poppy #F9BD02

Tints of Golden Poppy #F9BD02

Color information

#F9BD02 (or 0xF9BD02) is unknown color: approx Golden Poppy. HEX triplet: F9, BD and 02. RGB value is (249,189,2). Sum of RGB (Red+Green+Blue) = 249+189+2=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BD02 is #0642FD. Grayscale: #BABABA. Windows color (decimal): -410366 or 179705. OLE color: 179705.

HSL color Cylindrical-coordinate representation of color #F9BD02: hue angle of 45.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9BD02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB2491892-
CMYK00.240.990.02
HSL45.43º98.41%49.22%-
HSV(B)45.43º99.2%97.65%-
XYZ57.2856.547.95-
YUV185.6224.38173.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.59%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=56.59%
G=42.95%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249189200.240.990.0245.4398.4149.22
HexF9BD20186322d6231
Octal371275203014325514261
Binary1111100110111101100110001100011101011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BD02; }

 p { color: rgb(249,189,2); }

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

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

 a { background-color: rgb(249,189,2); }

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

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

 span { border-color: rgb(249,189,2); }

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