Html Css Color HEX #F6C40C Golden Poppy

📋 copy color: '#F6C40C'

red 246 ◦ green 196 ◦ blue 12

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

Shades of Golden Poppy #F6C40C

Tints of Golden Poppy #F6C40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

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

R = 54.19%
G = 43.17%
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

#F6C40C (or 0xF6C40C) is known color: Golden Poppy. HEX triplet: F6, C4 and 0C. RGB value is (246,196,12). Sum of RGB (Red+Green+Blue) = 246+196+12=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C40C is #093BF3. Grayscale: #BEBEBE. Windows color (decimal): -605172 or 836854. OLE color: 836854.

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

Color convert

RGB 246 196 12 -
CMYK 0 0.20 0.95 0.04
HSL 47.18º 0.93% 0.51% -
HSV(B) 47.18º 0.95% 0.96% -
XYZ 57.81 59.1 8.71 -
YUV 189.97 27.57 167.96 -
System Red Green Blue C M Y K H S L
Decimal 246 196 12 0 0.20 0.95 0.04 47.18 0.93 0.51
Hex F6 C4 C 0 14 5F 4 2F 5D 33
Octal 366 304 14 0 24 137 4 57 135 63
Binary 11110110 11000100 1100 0 10100 1011111 100 101111 1011101 110011

Color Harmonies of #F6C40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C40C

Black with #F6C40C

Text Example


Text Example

White with #F6C40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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