Html Css Color HEX #F1C40C Golden Poppy

📋 copy color: '#F1C40C'

red 241 ◦ green 196 ◦ blue 12

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

Shades of Golden Poppy #F1C40C

Tints of Golden Poppy #F1C40C

RGB

 RED value IS 241 (94.53% from 255) = 53.67%

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

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

R = 53.67%
G = 43.65%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1C40C (or 0xF1C40C) is known color: Golden Poppy. HEX triplet: F1, C4 and 0C. RGB value is (241,196,12). Sum of RGB (Red+Green+Blue) = 241+196+12=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C40C is #0E3BF3. Grayscale: #BDBDBD. Windows color (decimal): -932852 or 836849. OLE color: 836849.

HSL color Cylindrical-coordinate representation of color #F1C40C: hue angle of 48.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1C40C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 12 -
CMYK 0 0.19 0.95 0.05
HSL 48.21º 0.91% 0.5% -
HSV(B) 48.21º 0.95% 0.95% -
XYZ 56.08 58.21 8.63 -
YUV 188.48 28.41 165.46 -
System Red Green Blue C M Y K H S L
Decimal 241 196 12 0 0.19 0.95 0.05 48.21 0.91 0.5
Hex F1 C4 C 0 13 5F 5 30 5B 32
Octal 361 304 14 0 23 137 5 60 133 62
Binary 11110001 11000100 1100 0 10011 1011111 101 110000 1011011 110010

Color Harmonies of #F1C40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C40C

Black with #F1C40C

Text Example


Text Example

White with #F1C40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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