Html Css Color HEX #F7BC00 Golden Poppy

📋 copy color: '#F7BC00'

red 247 ◦ green 188 ◦ blue 0

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

Shades of Golden Poppy #F7BC00

Tints of Golden Poppy #F7BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.78%
G = 43.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F7BC00 (or 0xF7BC00) is known color: Golden Poppy. HEX triplet: F7, BC and 00. RGB value is (247,188,0). Sum of RGB (Red+Green+Blue) = 247+188+0=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BC00 is #0843FF. Grayscale: #B9B9B9. Windows color (decimal): -541696 or 48375. OLE color: 48375.

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

Color convert

RGB 247 188 0 -
CMYK 0 0.24 1 0.03
HSL 45.67º 1% 0.48% -
HSV(B) 45.67º 1% 0.97% -
XYZ 56.34 55.74 7.79 -
YUV 184.21 24.05 172.79 -
System Red Green Blue C M Y K H S L
Decimal 247 188 0 0 0.24 1 0.03 45.67 1 0.48
Hex F7 BC 0 0 18 64 3 2E 64 30
Octal 367 274 0 0 30 144 3 56 144 60
Binary 11110111 10111100 0 0 11000 1100100 11 101110 1100100 110000

Color Harmonies of #F7BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BC00

Black with #F7BC00

Text Example


Text Example

White with #F7BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BC00; }

 p { color: rgb(247,188,0); }

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

background-color css

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

 a { background-color: rgb(247,188,0); }

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

border-color css

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

 span { border-color: rgb(247,188,0); }

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