Html Css Color HEX #F7BF00 Golden Poppy

📋 copy color: '#F7BF00'

red 247 ◦ green 191 ◦ blue 0

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

Shades of Golden Poppy #F7BF00

Tints of Golden Poppy #F7BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

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

R = 56.39%
G = 43.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F7BF00 (or 0xF7BF00) is known color: Golden Poppy. HEX triplet: F7, BF and 00. RGB value is (247,191,0). Sum of RGB (Red+Green+Blue) = 247+191+0=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BF00 is #0840FF. Grayscale: #BABABA. Windows color (decimal): -540928 or 49143. OLE color: 49143.

HSL color Cylindrical-coordinate representation of color #F7BF00: hue angle of 46.4º 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 #F7BF00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 191 0 -
CMYK 0 0.23 1 0.03
HSL 46.4º 1% 0.48% -
HSV(B) 46.4º 1% 0.97% -
XYZ 56.99 57.04 8.01 -
YUV 185.97 23.05 171.53 -
System Red Green Blue C M Y K H S L
Decimal 247 191 0 0 0.23 1 0.03 46.4 1 0.48
Hex F7 BF 0 0 17 64 3 2E 64 30
Octal 367 277 0 0 27 144 3 56 144 60
Binary 11110111 10111111 0 0 10111 1100100 11 101110 1100100 110000

Color Harmonies of #F7BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BF00

Black with #F7BF00

Text Example


Text Example

White with #F7BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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