Html Css Color HEX #F8C108 Golden Poppy

📋 copy color: '#F8C108'

red 248 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #F8C108

Tints of Golden Poppy #F8C108

RGB

 RED value IS 248 (97.27% from 255) = 55.23%

 GREEN value IS 193 (75.78% from 255) = 42.98%

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

R = 55.23%
G = 42.98%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F8C108 (or 0xF8C108) is known color: Golden Poppy. HEX triplet: F8, C1 and 08. RGB value is (248,193,8). Sum of RGB (Red+Green+Blue) = 248+193+8=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C108 is #073EF7. Grayscale: #BDBDBD. Windows color (decimal): -474872 or 573944. OLE color: 573944.

HSL color Cylindrical-coordinate representation of color #F8C108: hue angle of 46.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8C108 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 193 8 -
CMYK 0 0.22 0.97 0.03
HSL 46.25º 0.94% 0.5% -
HSV(B) 46.25º 0.97% 0.97% -
XYZ 57.83 58.11 8.4 -
YUV 188.36 26.22 170.54 -
System Red Green Blue C M Y K H S L
Decimal 248 193 8 0 0.22 0.97 0.03 46.25 0.94 0.5
Hex F8 C1 8 0 16 61 3 2E 5E 32
Octal 370 301 10 0 26 141 3 56 136 62
Binary 11111000 11000001 1000 0 10110 1100001 11 101110 1011110 110010

Color Harmonies of #F8C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C108

Black with #F8C108

Text Example


Text Example

White with #F8C108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C108; }

 p { color: rgb(248,193,8); }

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

background-color css

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

 a { background-color: rgb(248,193,8); }

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

border-color css

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

 span { border-color: rgb(248,193,8); }

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