Html Css Color HEX #F5BD06 Golden Poppy

📋 copy color: '#F5BD06'

red 245 ◦ green 189 ◦ blue 6

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

Shades of Golden Poppy #F5BD06

Tints of Golden Poppy #F5BD06

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 55.68%
G = 42.95%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5BD06 (or 0xF5BD06) is known color: Golden Poppy. HEX triplet: F5, BD and 06. RGB value is (245,189,6). Sum of RGB (Red+Green+Blue) = 245+189+6=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BD06 is #0A42F9. Grayscale: #B9B9B9. Windows color (decimal): -672506 or 441845. OLE color: 441845.

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

Color convert

RGB 245 189 6 -
CMYK 0 0.23 0.98 0.04
HSL 45.94º 0.95% 0.49% -
HSV(B) 45.94º 0.98% 0.96% -
XYZ 55.89 55.82 8 -
YUV 184.88 27.05 170.88 -
System Red Green Blue C M Y K H S L
Decimal 245 189 6 0 0.23 0.98 0.04 45.94 0.95 0.49
Hex F5 BD 6 0 17 62 4 2E 5F 31
Octal 365 275 6 0 27 142 4 56 137 61
Binary 11110101 10111101 110 0 10111 1100010 100 101110 1011111 110001

Color Harmonies of #F5BD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD06

Black with #F5BD06

Text Example


Text Example

White with #F5BD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD06; }

 p { color: rgb(245,189,6); }

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

background-color css

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

 a { background-color: rgb(245,189,6); }

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

border-color css

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

 span { border-color: rgb(245,189,6); }

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