Html Css Color HEX #F7BD10 Golden Poppy

📋 copy color: '#F7BD10'

red 247 ◦ green 189 ◦ blue 16

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

Shades of Golden Poppy #F7BD10

Tints of Golden Poppy #F7BD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.54%

R = 54.65%
G = 41.81%
B = 3.54%

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

#F7BD10 (or 0xF7BD10) is known color: Golden Poppy. HEX triplet: F7, BD and 10. RGB value is (247,189,16). Sum of RGB (Red+Green+Blue) = 247+189+16=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BD10 is #0842EF. Grayscale: #BBBBBB. Windows color (decimal): -541424 or 1097207. OLE color: 1097207.

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

Color convert

RGB 247 189 16 -
CMYK 0 0.23 0.94 0.03
HSL 44.94º 0.94% 0.52% -
HSV(B) 44.94º 0.94% 0.97% -
XYZ 56.65 56.21 8.35 -
YUV 186.62 31.72 171.07 -
System Red Green Blue C M Y K H S L
Decimal 247 189 16 0 0.23 0.94 0.03 44.94 0.94 0.52
Hex F7 BD 10 0 17 5E 3 2D 5E 34
Octal 367 275 20 0 27 136 3 55 136 64
Binary 11110111 10111101 10000 0 10111 1011110 11 101101 1011110 110100

Color Harmonies of #F7BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD10

Black with #F7BD10

Text Example


Text Example

White with #F7BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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