Html Css Color HEX #F6C50C Golden Poppy

📋 copy color: '#F6C50C'

red 246 ◦ green 197 ◦ blue 12

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

Shades of Golden Poppy #F6C50C

Tints of Golden Poppy #F6C50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.3%

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

R = 54.07%
G = 43.3%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6C50C (or 0xF6C50C) is known color: Golden Poppy. HEX triplet: F6, C5 and 0C. RGB value is (246,197,12). Sum of RGB (Red+Green+Blue) = 246+197+12=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C50C is #093AF3. Grayscale: #BFBFBF. Windows color (decimal): -604916 or 837110. OLE color: 837110.

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

Color convert

RGB 246 197 12 -
CMYK 0 0.20 0.95 0.04
HSL 47.44º 0.93% 0.51% -
HSV(B) 47.44º 0.95% 0.96% -
XYZ 58.04 59.55 8.78 -
YUV 190.56 27.23 167.54 -
System Red Green Blue C M Y K H S L
Decimal 246 197 12 0 0.20 0.95 0.04 47.44 0.93 0.51
Hex F6 C5 C 0 14 5F 4 2F 5D 33
Octal 366 305 14 0 24 137 4 57 135 63
Binary 11110110 11000101 1100 0 10100 1011111 100 101111 1011101 110011

Color Harmonies of #F6C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C50C

Black with #F6C50C

Text Example


Text Example

White with #F6C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C50C; }

 p { color: rgb(246,197,12); }

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

background-color css

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

 a { background-color: rgb(246,197,12); }

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

border-color css

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

 span { border-color: rgb(246,197,12); }

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