Html Css Color HEX #F5BC10 Golden Poppy

📋 copy color: '#F5BC10'

red 245 ◦ green 188 ◦ blue 16

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

Shades of Golden Poppy #F5BC10

Tints of Golden Poppy #F5BC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 54.57%
G = 41.87%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5BC10 (or 0xF5BC10) is known color: Golden Poppy. HEX triplet: F5, BC and 10. RGB value is (245,188,16). Sum of RGB (Red+Green+Blue) = 245+188+16=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC10 is #0A43EF. Grayscale: #BABABA. Windows color (decimal): -672752 or 1096949. OLE color: 1096949.

HSL color Cylindrical-coordinate representation of color #F5BC10: hue angle of 45.07º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5BC10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 16 -
CMYK 0 0.23 0.93 0.04
HSL 45.07º 0.92% 0.51% -
HSV(B) 45.07º 0.93% 0.96% -
XYZ 55.73 55.42 8.25 -
YUV 185.44 32.38 170.49 -
System Red Green Blue C M Y K H S L
Decimal 245 188 16 0 0.23 0.93 0.04 45.07 0.92 0.51
Hex F5 BC 10 0 17 5D 4 2D 5C 33
Octal 365 274 20 0 27 135 4 55 134 63
Binary 11110101 10111100 10000 0 10111 1011101 100 101101 1011100 110011

Color Harmonies of #F5BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC10

Black with #F5BC10

Text Example


Text Example

White with #F5BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC10; }

 p { color: rgb(245,188,16); }

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

background-color css

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

 a { background-color: rgb(245,188,16); }

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

border-color css

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

 span { border-color: rgb(245,188,16); }

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