Html Css Color HEX #F7BD01 Golden Poppy

📋 copy color: '#F7BD01'

red 247 ◦ green 189 ◦ blue 1

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

Shades of Golden Poppy #F7BD01

Tints of Golden Poppy #F7BD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 56.52%
G = 43.25%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F7BD01 (or 0xF7BD01) is known color: Golden Poppy. HEX triplet: F7, BD and 01. RGB value is (247,189,1). Sum of RGB (Red+Green+Blue) = 247+189+1=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BD01 is #0842FE. Grayscale: #B9B9B9. Windows color (decimal): -541439 or 114167. OLE color: 114167.

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

Color convert

RGB 247 189 1 -
CMYK 0 0.23 1.00 0.03
HSL 45.85º 0.99% 0.49% -
HSV(B) 45.85º 1% 0.97% -
XYZ 56.56 56.17 7.89 -
YUV 184.91 24.22 172.29 -
System Red Green Blue C M Y K H S L
Decimal 247 189 1 0 0.23 1.00 0.03 45.85 0.99 0.49
Hex F7 BD 1 0 17 64 3 2E 63 31
Octal 367 275 1 0 27 144 3 56 143 61
Binary 11110111 10111101 1 0 10111 1100100 11 101110 1100011 110001

Color Harmonies of #F7BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD01

Black with #F7BD01

Text Example


Text Example

White with #F7BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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