Html Css Color HEX #F1C508 Golden Poppy

📋 copy color: '#F1C508'

red 241 ◦ green 197 ◦ blue 8

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

Shades of Golden Poppy #F1C508

Tints of Golden Poppy #F1C508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

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

R = 54.04%
G = 44.17%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1C508 (or 0xF1C508) is known color: Golden Poppy. HEX triplet: F1, C5 and 08. RGB value is (241,197,8). Sum of RGB (Red+Green+Blue) = 241+197+8=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C508 is #0E3AF7. Grayscale: #BDBDBD. Windows color (decimal): -932600 or 574961. OLE color: 574961.

HSL color Cylindrical-coordinate representation of color #F1C508: hue angle of 48.67º 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 #F1C508 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 197 8 -
CMYK 0 0.18 0.97 0.05
HSL 48.67º 0.94% 0.49% -
HSV(B) 48.67º 0.97% 0.95% -
XYZ 56.29 58.65 8.58 -
YUV 188.61 26.08 165.37 -
System Red Green Blue C M Y K H S L
Decimal 241 197 8 0 0.18 0.97 0.05 48.67 0.94 0.49
Hex F1 C5 8 0 12 61 5 31 5E 31
Octal 361 305 10 0 22 141 5 61 136 61
Binary 11110001 11000101 1000 0 10010 1100001 101 110001 1011110 110001

Color Harmonies of #F1C508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C508

Black with #F1C508

Text Example


Text Example

White with #F1C508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C508; }

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

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

background-color css

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

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

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

border-color css

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

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

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