Html Css Color HEX #F6C40E Golden Poppy

📋 copy color: '#F6C40E'

red 246 ◦ green 196 ◦ blue 14

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

Shades of Golden Poppy #F6C40E

Tints of Golden Poppy #F6C40E

RGB

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

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

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

R = 53.95%
G = 42.98%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6C40E (or 0xF6C40E) is known color: Golden Poppy. HEX triplet: F6, C4 and 0E. RGB value is (246,196,14). Sum of RGB (Red+Green+Blue) = 246+196+14=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C40E is #093BF1. Grayscale: #BEBEBE. Windows color (decimal): -605170 or 967926. OLE color: 967926.

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

Color convert

RGB 246 196 14 -
CMYK 0 0.20 0.94 0.04
HSL 47.07º 0.93% 0.51% -
HSV(B) 47.07º 0.94% 0.96% -
XYZ 57.83 59.1 8.78 -
YUV 190.2 28.57 167.8 -
System Red Green Blue C M Y K H S L
Decimal 246 196 14 0 0.20 0.94 0.04 47.07 0.93 0.51
Hex F6 C4 E 0 14 5E 4 2F 5D 33
Octal 366 304 16 0 24 136 4 57 135 63
Binary 11110110 11000100 1110 0 10100 1011110 100 101111 1011101 110011

Color Harmonies of #F6C40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C40E

Black with #F6C40E

Text Example


Text Example

White with #F6C40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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