Html Css Color HEX #F1C20A Golden Poppy

📋 copy color: '#F1C20A'

red 241 ◦ green 194 ◦ blue 10

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

Shades of Golden Poppy #F1C20A

Tints of Golden Poppy #F1C20A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

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

R = 54.16%
G = 43.6%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1C20A (or 0xF1C20A) is known color: Golden Poppy. HEX triplet: F1, C2 and 0A. RGB value is (241,194,10). Sum of RGB (Red+Green+Blue) = 241+194+10=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C20A is #0E3DF5. Grayscale: #BBBBBB. Windows color (decimal): -933366 or 705265. OLE color: 705265.

HSL color Cylindrical-coordinate representation of color #F1C20A: hue angle of 47.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1C20A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 194 10 -
CMYK 0 0.20 0.96 0.05
HSL 47.79º 0.92% 0.49% -
HSV(B) 47.79º 0.96% 0.95% -
XYZ 55.62 57.31 8.42 -
YUV 187.08 28.07 166.46 -
System Red Green Blue C M Y K H S L
Decimal 241 194 10 0 0.20 0.96 0.05 47.79 0.92 0.49
Hex F1 C2 A 0 14 60 5 30 5C 31
Octal 361 302 12 0 24 140 5 60 134 61
Binary 11110001 11000010 1010 0 10100 1100000 101 110000 1011100 110001

Color Harmonies of #F1C20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C20A

Black with #F1C20A

Text Example


Text Example

White with #F1C20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C20A; }

 p { color: rgb(241,194,10); }

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

background-color css

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

 a { background-color: rgb(241,194,10); }

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

border-color css

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

 span { border-color: rgb(241,194,10); }

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