Html Css Color HEX #F6BC09 Golden Poppy

📋 copy color: '#F6BC09'

red 246 ◦ green 188 ◦ blue 9

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

Shades of Golden Poppy #F6BC09

Tints of Golden Poppy #F6BC09

RGB

 RED value IS 246 (96.48% from 255) = 55.53%

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

 BLUE value IS 9 (3.91% from 255) = 2.03%

R = 55.53%
G = 42.44%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6BC09 (or 0xF6BC09) is known color: Golden Poppy. HEX triplet: F6, BC and 09. RGB value is (246,188,9). Sum of RGB (Red+Green+Blue) = 246+188+9=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BC09 is #0943F6. Grayscale: #B9B9B9. Windows color (decimal): -607223 or 638198. OLE color: 638198.

HSL color Cylindrical-coordinate representation of color #F6BC09: hue angle of 45.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6BC09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 188 9 -
CMYK 0 0.24 0.96 0.04
HSL 45.32º 0.93% 0.5% -
HSV(B) 45.32º 0.96% 0.96% -
XYZ 56.04 55.58 8.03 -
YUV 184.94 28.72 171.55 -
System Red Green Blue C M Y K H S L
Decimal 246 188 9 0 0.24 0.96 0.04 45.32 0.93 0.5
Hex F6 BC 9 0 18 60 4 2D 5D 32
Octal 366 274 11 0 30 140 4 55 135 62
Binary 11110110 10111100 1001 0 11000 1100000 100 101101 1011101 110010

Color Harmonies of #F6BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC09

Black with #F6BC09

Text Example


Text Example

White with #F6BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC09; }

 p { color: rgb(246,188,9); }

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

background-color css

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

 a { background-color: rgb(246,188,9); }

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

border-color css

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

 span { border-color: rgb(246,188,9); }

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