Html Css Color HEX #F7BD0C Golden Poppy

📋 copy color: '#F7BD0C'

red 247 ◦ green 189 ◦ blue 12

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

Shades of Golden Poppy #F7BD0C

Tints of Golden Poppy #F7BD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 55.13%
G = 42.19%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7BD0C (or 0xF7BD0C) is known color: Golden Poppy. HEX triplet: F7, BD and 0C. RGB value is (247,189,12). Sum of RGB (Red+Green+Blue) = 247+189+12=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BD0C is #0842F3. Grayscale: #BABABA. Windows color (decimal): -541428 or 835063. OLE color: 835063.

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

Color convert

RGB 247 189 12 -
CMYK 0 0.23 0.95 0.03
HSL 45.19º 0.94% 0.51% -
HSV(B) 45.19º 0.95% 0.97% -
XYZ 56.62 56.2 8.21 -
YUV 186.16 29.72 171.39 -
System Red Green Blue C M Y K H S L
Decimal 247 189 12 0 0.23 0.95 0.03 45.19 0.94 0.51
Hex F7 BD C 0 17 5F 3 2D 5E 33
Octal 367 275 14 0 27 137 3 55 136 63
Binary 11110111 10111101 1100 0 10111 1011111 11 101101 1011110 110011

Color Harmonies of #F7BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD0C

Black with #F7BD0C

Text Example


Text Example

White with #F7BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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