Html Css Color HEX #F9C505 Golden Poppy

📋 copy color: '#F9C505'

red 249 ◦ green 197 ◦ blue 5

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

Shades of Golden Poppy #F9C505

Tints of Golden Poppy #F9C505

RGB

 RED value IS 249 (97.66% from 255) = 55.21%

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 55.21%
G = 43.68%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F9C505 (or 0xF9C505) is known color: Golden Poppy. HEX triplet: F9, C5 and 05. RGB value is (249,197,5). Sum of RGB (Red+Green+Blue) = 249+197+5=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C505 is #063AFA. Grayscale: #BFBFBF. Windows color (decimal): -408315 or 378361. OLE color: 378361.

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

Color convert

RGB 249 197 5 -
CMYK 0 0.21 0.98 0.02
HSL 47.21º 0.96% 0.5% -
HSV(B) 47.21º 0.98% 0.98% -
XYZ 59.06 60.08 8.63 -
YUV 190.66 23.23 169.61 -
System Red Green Blue C M Y K H S L
Decimal 249 197 5 0 0.21 0.98 0.02 47.21 0.96 0.5
Hex F9 C5 5 0 15 62 2 2F 60 32
Octal 371 305 5 0 25 142 2 57 140 62
Binary 11111001 11000101 101 0 10101 1100010 10 101111 1100000 110010

Color Harmonies of #F9C505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C505

Black with #F9C505

Text Example


Text Example

White with #F9C505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C505; }

 p { color: rgb(249,197,5); }

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

background-color css

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

 a { background-color: rgb(249,197,5); }

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

border-color css

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

 span { border-color: rgb(249,197,5); }

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