Html Css Color HEX #F9C600 Golden Poppy

📋 copy color: '#F9C600'

red 249 ◦ green 198 ◦ blue 0

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

Shades of Golden Poppy #F9C600

Tints of Golden Poppy #F9C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.7%
G = 44.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9C600 (or 0xF9C600) is known color: Golden Poppy. HEX triplet: F9, C6 and 00. RGB value is (249,198,0). Sum of RGB (Red+Green+Blue) = 249+198+0=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C600 is #0639FF. Grayscale: #BFBFBF. Windows color (decimal): -408064 or 50937. OLE color: 50937.

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

Color convert

RGB 249 198 0 -
CMYK 0 0.20 1 0.02
HSL 47.71º 1% 0.49% -
HSV(B) 47.71º 1% 0.98% -
XYZ 59.26 60.53 8.56 -
YUV 190.68 20.4 169.6 -
System Red Green Blue C M Y K H S L
Decimal 249 198 0 0 0.20 1 0.02 47.71 1 0.49
Hex F9 C6 0 0 14 64 2 30 64 31
Octal 371 306 0 0 24 144 2 60 144 61
Binary 11111001 11000110 0 0 10100 1100100 10 110000 1100100 110001

Color Harmonies of #F9C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C600

Black with #F9C600

Text Example


Text Example

White with #F9C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C600; }

 p { color: rgb(249,198,0); }

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

background-color css

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

 a { background-color: rgb(249,198,0); }

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

border-color css

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

 span { border-color: rgb(249,198,0); }

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