Html Css Color HEX #F5C108 Golden Poppy

📋 copy color: '#F5C108'

red 245 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #F5C108

Tints of Golden Poppy #F5C108

RGB

 RED value IS 245 (96.09% from 255) = 54.93%

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

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

R = 54.93%
G = 43.27%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5C108 (or 0xF5C108) is known color: Golden Poppy. HEX triplet: F5, C1 and 08. RGB value is (245,193,8). Sum of RGB (Red+Green+Blue) = 245+193+8=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C108 is #0A3EF7. Grayscale: #BCBCBC. Windows color (decimal): -671480 or 573941. OLE color: 573941.

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

Color convert

RGB 245 193 8 -
CMYK 0 0.21 0.97 0.04
HSL 46.84º 0.94% 0.5% -
HSV(B) 46.84º 0.97% 0.96% -
XYZ 56.77 57.57 8.35 -
YUV 187.46 26.73 169.04 -
System Red Green Blue C M Y K H S L
Decimal 245 193 8 0 0.21 0.97 0.04 46.84 0.94 0.5
Hex F5 C1 8 0 15 61 4 2F 5E 32
Octal 365 301 10 0 25 141 4 57 136 62
Binary 11110101 11000001 1000 0 10101 1100001 100 101111 1011110 110010

Color Harmonies of #F5C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C108

Black with #F5C108

Text Example


Text Example

White with #F5C108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C108; }

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

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

background-color css

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

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

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

border-color css

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

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

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