Html Css Color HEX #F7BD0F Golden Poppy

📋 copy color: '#F7BD0F'

red 247 ◦ green 189 ◦ blue 15

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

Shades of Golden Poppy #F7BD0F

Tints of Golden Poppy #F7BD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 54.77%
G = 41.91%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7BD0F (or 0xF7BD0F) is known color: Golden Poppy. HEX triplet: F7, BD and 0F. RGB value is (247,189,15). Sum of RGB (Red+Green+Blue) = 247+189+15=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BD0F is #0842F0. Grayscale: #BBBBBB. Windows color (decimal): -541425 or 1031671. OLE color: 1031671.

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

Color convert

RGB 247 189 15 -
CMYK 0 0.23 0.94 0.03
HSL 45º 0.94% 0.51% -
HSV(B) 45º 0.94% 0.97% -
XYZ 56.64 56.2 8.32 -
YUV 186.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 247 189 15 0 0.23 0.94 0.03 45 0.94 0.51
Hex F7 BD F 0 17 5E 3 2D 5E 33
Octal 367 275 17 0 27 136 3 55 136 63
Binary 11110111 10111101 1111 0 10111 1011110 11 101101 1011110 110011

Color Harmonies of #F7BD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD0F

Black with #F7BD0F

Text Example


Text Example

White with #F7BD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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