Html Css Color HEX #F1C708 Golden Poppy

📋 copy color: '#F1C708'

red 241 ◦ green 199 ◦ blue 8

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

Shades of Golden Poppy #F1C708

Tints of Golden Poppy #F1C708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.42%

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

R = 53.79%
G = 44.42%
B = 1.79%

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

#F1C708 (or 0xF1C708) is known color: Golden Poppy. HEX triplet: F1, C7 and 08. RGB value is (241,199,8). Sum of RGB (Red+Green+Blue) = 241+199+8=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C708 is #0E38F7. Grayscale: #BEBEBE. Windows color (decimal): -932088 or 575473. OLE color: 575473.

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

Color convert

RGB 241 199 8 -
CMYK 0 0.17 0.97 0.05
HSL 49.18º 0.94% 0.49% -
HSV(B) 49.18º 0.97% 0.95% -
XYZ 56.74 59.57 8.74 -
YUV 189.78 25.41 164.53 -
System Red Green Blue C M Y K H S L
Decimal 241 199 8 0 0.17 0.97 0.05 49.18 0.94 0.49
Hex F1 C7 8 0 11 61 5 31 5E 31
Octal 361 307 10 0 21 141 5 61 136 61
Binary 11110001 11000111 1000 0 10001 1100001 101 110001 1011110 110001

Color Harmonies of #F1C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C708

Black with #F1C708

Text Example


Text Example

White with #F1C708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C708; }

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

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

background-color css

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

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

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

border-color css

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

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

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