Html Css Color HEX #F6C00A Golden Poppy

📋 copy color: '#F6C00A'

red 246 ◦ green 192 ◦ blue 10

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

Shades of Golden Poppy #F6C00A

Tints of Golden Poppy #F6C00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.86%

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 54.91%
G = 42.86%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6C00A (or 0xF6C00A) is known color: Golden Poppy. HEX triplet: F6, C0 and 0A. RGB value is (246,192,10). Sum of RGB (Red+Green+Blue) = 246+192+10=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C00A is #093FF5. Grayscale: #BCBCBC. Windows color (decimal): -606198 or 704758. OLE color: 704758.

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

Color convert

RGB 246 192 10 -
CMYK 0 0.22 0.96 0.04
HSL 46.27º 0.93% 0.5% -
HSV(B) 46.27º 0.96% 0.96% -
XYZ 56.91 57.31 8.35 -
YUV 187.4 27.89 169.8 -
System Red Green Blue C M Y K H S L
Decimal 246 192 10 0 0.22 0.96 0.04 46.27 0.93 0.5
Hex F6 C0 A 0 16 60 4 2E 5D 32
Octal 366 300 12 0 26 140 4 56 135 62
Binary 11110110 11000000 1010 0 10110 1100000 100 101110 1011101 110010

Color Harmonies of #F6C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C00A

Black with #F6C00A

Text Example


Text Example

White with #F6C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C00A; }

 p { color: rgb(246,192,10); }

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

background-color css

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

 a { background-color: rgb(246,192,10); }

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

border-color css

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

 span { border-color: rgb(246,192,10); }

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