Html Css Color HEX #F6BC0E Golden Poppy

📋 copy color: '#F6BC0E'

red 246 ◦ green 188 ◦ blue 14

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

Shades of Golden Poppy #F6BC0E

Tints of Golden Poppy #F6BC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 54.91%
G = 41.96%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6BC0E (or 0xF6BC0E) is known color: Golden Poppy. HEX triplet: F6, BC and 0E. RGB value is (246,188,14). Sum of RGB (Red+Green+Blue) = 246+188+14=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BC0E is #0943F1. Grayscale: #BABABA. Windows color (decimal): -607218 or 965878. OLE color: 965878.

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

Color convert

RGB 246 188 14 -
CMYK 0 0.24 0.94 0.04
HSL 45º 0.93% 0.51% -
HSV(B) 45º 0.94% 0.96% -
XYZ 56.07 55.59 8.19 -
YUV 185.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 246 188 14 0 0.24 0.94 0.04 45 0.93 0.51
Hex F6 BC E 0 18 5E 4 2D 5D 33
Octal 366 274 16 0 30 136 4 55 135 63
Binary 11110110 10111100 1110 0 11000 1011110 100 101101 1011101 110011

Color Harmonies of #F6BC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC0E

Black with #F6BC0E

Text Example


Text Example

White with #F6BC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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