Html Css Color HEX #F6C80E Golden Poppy

📋 copy color: '#F6C80E'

red 246 ◦ green 200 ◦ blue 14

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

Shades of Golden Poppy #F6C80E

Tints of Golden Poppy #F6C80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

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

R = 53.48%
G = 43.48%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6C80E (or 0xF6C80E) is known color: Golden Poppy. HEX triplet: F6, C8 and 0E. RGB value is (246,200,14). Sum of RGB (Red+Green+Blue) = 246+200+14=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C80E is #0937F1. Grayscale: #C1C1C1. Windows color (decimal): -604146 or 968950. OLE color: 968950.

HSL color Cylindrical-coordinate representation of color #F6C80E: hue angle of 48.1º 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 #F6C80E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 200 14 -
CMYK 0 0.19 0.94 0.04
HSL 48.1º 0.93% 0.51% -
HSV(B) 48.1º 0.94% 0.96% -
XYZ 58.74 60.93 9.08 -
YUV 192.55 27.24 166.12 -
System Red Green Blue C M Y K H S L
Decimal 246 200 14 0 0.19 0.94 0.04 48.1 0.93 0.51
Hex F6 C8 E 0 13 5E 4 30 5D 33
Octal 366 310 16 0 23 136 4 60 135 63
Binary 11110110 11001000 1110 0 10011 1011110 100 110000 1011101 110011

Color Harmonies of #F6C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C80E

Black with #F6C80E

Text Example


Text Example

White with #F6C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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