Html Css Color HEX #F9C402 Golden Poppy

📋 copy color: '#F9C402'

red 249 ◦ green 196 ◦ blue 2

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

Shades of Golden Poppy #F9C402

Tints of Golden Poppy #F9C402

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 55.7%
G = 43.85%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F9C402 (or 0xF9C402) is known color: Golden Poppy. HEX triplet: F9, C4 and 02. RGB value is (249,196,2). Sum of RGB (Red+Green+Blue) = 249+196+2=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C402 is #063BFD. Grayscale: #BEBEBE. Windows color (decimal): -408574 or 181497. OLE color: 181497.

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

Color convert

RGB 249 196 2 -
CMYK 0 0.21 0.99 0.02
HSL 47.13º 0.98% 0.49% -
HSV(B) 47.13º 0.99% 0.98% -
XYZ 58.82 59.62 8.47 -
YUV 189.73 22.06 170.27 -
System Red Green Blue C M Y K H S L
Decimal 249 196 2 0 0.21 0.99 0.02 47.13 0.98 0.49
Hex F9 C4 2 0 15 63 2 2F 62 31
Octal 371 304 2 0 25 143 2 57 142 61
Binary 11111001 11000100 10 0 10101 1100011 10 101111 1100010 110001

Color Harmonies of #F9C402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C402

Black with #F9C402

Text Example


Text Example

White with #F9C402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C402; }

 p { color: rgb(249,196,2); }

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

background-color css

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

 a { background-color: rgb(249,196,2); }

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

border-color css

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

 span { border-color: rgb(249,196,2); }

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