Html Css Color HEX #F6BC04 Golden Poppy

📋 copy color: '#F6BC04'

red 246 ◦ green 188 ◦ blue 4

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

Shades of Golden Poppy #F6BC04

Tints of Golden Poppy #F6BC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 56.16%
G = 42.92%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F6BC04 (or 0xF6BC04) is known color: Golden Poppy. HEX triplet: F6, BC and 04. RGB value is (246,188,4). Sum of RGB (Red+Green+Blue) = 246+188+4=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BC04 is #0943FB. Grayscale: #B9B9B9. Windows color (decimal): -607228 or 310518. OLE color: 310518.

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

Color convert

RGB 246 188 4 -
CMYK 0 0.24 0.98 0.04
HSL 45.62º 0.97% 0.49% -
HSV(B) 45.62º 0.98% 0.96% -
XYZ 56.01 55.57 7.89 -
YUV 184.37 26.22 171.96 -
System Red Green Blue C M Y K H S L
Decimal 246 188 4 0 0.24 0.98 0.04 45.62 0.97 0.49
Hex F6 BC 4 0 18 62 4 2E 61 31
Octal 366 274 4 0 30 142 4 56 141 61
Binary 11110110 10111100 100 0 11000 1100010 100 101110 1100001 110001

Color Harmonies of #F6BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC04

Black with #F6BC04

Text Example


Text Example

White with #F6BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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