Html Css Color HEX #F7BD07 Golden Poppy

📋 copy color: '#F7BD07'

red 247 ◦ green 189 ◦ blue 7

#F7BD07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #F7BD07

Tints of Golden Poppy #F7BD07

RGB

 RED value IS 247 (96.88% from 255) = 55.76%

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 55.76%
G = 42.66%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F7BD07 (or 0xF7BD07) is known color: Golden Poppy. HEX triplet: F7, BD and 07. RGB value is (247,189,7). Sum of RGB (Red+Green+Blue) = 247+189+7=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BD07 is #0842F8. Grayscale: #BABABA. Windows color (decimal): -541433 or 507383. OLE color: 507383.

HSL color Cylindrical-coordinate representation of color #F7BD07: hue angle of 45.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7BD07 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 189 7 -
CMYK 0 0.23 0.97 0.03
HSL 45.5º 0.94% 0.5% -
HSV(B) 45.5º 0.97% 0.97% -
XYZ 56.59 56.18 8.06 -
YUV 185.59 27.22 171.8 -
System Red Green Blue C M Y K H S L
Decimal 247 189 7 0 0.23 0.97 0.03 45.5 0.94 0.5
Hex F7 BD 7 0 17 61 3 2E 5E 32
Octal 367 275 7 0 27 141 3 56 136 62
Binary 11110111 10111101 111 0 10111 1100001 11 101110 1011110 110010

Color Harmonies of #F7BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD07

Black with #F7BD07

Text Example


Text Example

White with #F7BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD07; }

 p { color: rgb(247,189,7); }

 H1.HeaderClassName
 {
   color: #F7BD07;
 }
 .AnyTagClassName
 {
   color: #F7BD07;
 }
</style>

background-color css

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

 a { background-color: rgb(247,189,7); }

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

border-color css

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

 span { border-color: rgb(247,189,7); }

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