Html Css Color HEX #F6C00C Golden Poppy

📋 copy color: '#F6C00C'

red 246 ◦ green 192 ◦ blue 12

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

Shades of Golden Poppy #F6C00C

Tints of Golden Poppy #F6C00C

RGB

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

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

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

R = 54.67%
G = 42.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6C00C (or 0xF6C00C) is known color: Golden Poppy. HEX triplet: F6, C0 and 0C. RGB value is (246,192,12). Sum of RGB (Red+Green+Blue) = 246+192+12=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C00C is #093FF3. Grayscale: #BCBCBC. Windows color (decimal): -606196 or 835830. OLE color: 835830.

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

Color convert

RGB 246 192 12 -
CMYK 0 0.22 0.95 0.04
HSL 46.15º 0.93% 0.51% -
HSV(B) 46.15º 0.95% 0.96% -
XYZ 56.92 57.32 8.41 -
YUV 187.63 28.89 169.64 -
System Red Green Blue C M Y K H S L
Decimal 246 192 12 0 0.22 0.95 0.04 46.15 0.93 0.51
Hex F6 C0 C 0 16 5F 4 2E 5D 33
Octal 366 300 14 0 26 137 4 56 135 63
Binary 11110110 11000000 1100 0 10110 1011111 100 101110 1011101 110011

Color Harmonies of #F6C00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C00C

Black with #F6C00C

Text Example


Text Example

White with #F6C00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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