Html Css Color HEX #F1C808 Golden Poppy

📋 copy color: '#F1C808'

red 241 ◦ green 200 ◦ blue 8

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

Shades of Golden Poppy #F1C808

Tints of Golden Poppy #F1C808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 53.67%
G = 44.54%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1C808 (or 0xF1C808) is known color: Golden Poppy. HEX triplet: F1, C8 and 08. RGB value is (241,200,8). Sum of RGB (Red+Green+Blue) = 241+200+8=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C808 is #0E37F7. Grayscale: #BFBFBF. Windows color (decimal): -931832 or 575729. OLE color: 575729.

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

Color convert

RGB 241 200 8 -
CMYK 0 0.17 0.97 0.05
HSL 49.44º 0.94% 0.49% -
HSV(B) 49.44º 0.97% 0.95% -
XYZ 56.97 60.03 8.81 -
YUV 190.37 25.08 164.11 -
System Red Green Blue C M Y K H S L
Decimal 241 200 8 0 0.17 0.97 0.05 49.44 0.94 0.49
Hex F1 C8 8 0 11 61 5 31 5E 31
Octal 361 310 10 0 21 141 5 61 136 61
Binary 11110001 11001000 1000 0 10001 1100001 101 110001 1011110 110001

Color Harmonies of #F1C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C808

Black with #F1C808

Text Example


Text Example

White with #F1C808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C808; }

 p { color: rgb(241,200,8); }

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

background-color css

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

 a { background-color: rgb(241,200,8); }

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

border-color css

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

 span { border-color: rgb(241,200,8); }

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