Html Css Color HEX #F7BC0D Golden Poppy

📋 copy color: '#F7BC0D'

red 247 ◦ green 188 ◦ blue 13

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

Shades of Golden Poppy #F7BC0D

Tints of Golden Poppy #F7BC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 55.13%
G = 41.96%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7BC0D (or 0xF7BC0D) is known color: Golden Poppy. HEX triplet: F7, BC and 0D. RGB value is (247,188,13). Sum of RGB (Red+Green+Blue) = 247+188+13=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BC0D is #0843F2. Grayscale: #BABABA. Windows color (decimal): -541683 or 900343. OLE color: 900343.

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

Color convert

RGB 247 188 13 -
CMYK 0 0.24 0.95 0.03
HSL 44.87º 0.94% 0.51% -
HSV(B) 44.87º 0.95% 0.97% -
XYZ 56.41 55.77 8.17 -
YUV 185.69 30.55 171.73 -
System Red Green Blue C M Y K H S L
Decimal 247 188 13 0 0.24 0.95 0.03 44.87 0.94 0.51
Hex F7 BC D 0 18 5F 3 2D 5E 33
Octal 367 274 15 0 30 137 3 55 136 63
Binary 11110111 10111100 1101 0 11000 1011111 11 101101 1011110 110011

Color Harmonies of #F7BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BC0D

Black with #F7BC0D

Text Example


Text Example

White with #F7BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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