Html Css Color HEX #F9C001 Golden Poppy

📋 copy color: '#F9C001'

red 249 ◦ green 192 ◦ blue 1

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

Shades of Golden Poppy #F9C001

Tints of Golden Poppy #F9C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 56.33%
G = 43.44%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F9C001 (or 0xF9C001) is known color: Golden Poppy. HEX triplet: F9, C0 and 01. RGB value is (249,192,1). Sum of RGB (Red+Green+Blue) = 249+192+1=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C001 is #063FFE. Grayscale: #BCBCBC. Windows color (decimal): -409599 or 114937. OLE color: 114937.

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

Color convert

RGB 249 192 1 -
CMYK 0 0.23 1.00 0.02
HSL 46.21º 0.99% 0.49% -
HSV(B) 46.21º 1% 0.98% -
XYZ 57.92 57.84 8.14 -
YUV 187.27 22.88 172.03 -
System Red Green Blue C M Y K H S L
Decimal 249 192 1 0 0.23 1.00 0.02 46.21 0.99 0.49
Hex F9 C0 1 0 17 64 2 2E 63 31
Octal 371 300 1 0 27 144 2 56 143 61
Binary 11111001 11000000 1 0 10111 1100100 10 101110 1100011 110001

Color Harmonies of #F9C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C001

Black with #F9C001

Text Example


Text Example

White with #F9C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C001; }

 p { color: rgb(249,192,1); }

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

background-color css

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

 a { background-color: rgb(249,192,1); }

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

border-color css

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

 span { border-color: rgb(249,192,1); }

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