Html Css Color HEX #F9C80B Golden Poppy

📋 copy color: '#F9C80B'

red 249 ◦ green 200 ◦ blue 11

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

Shades of Golden Poppy #F9C80B

Tints of Golden Poppy #F9C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

 BLUE value IS 11 (4.69% from 255) = 2.39%

R = 54.13%
G = 43.48%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9C80B (or 0xF9C80B) is known color: Golden Poppy. HEX triplet: F9, C8 and 0B. RGB value is (249,200,11). Sum of RGB (Red+Green+Blue) = 249+200+11=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C80B is #0637F4. Grayscale: #C1C1C1. Windows color (decimal): -407541 or 772345. OLE color: 772345.

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

Color convert

RGB 249 200 11 -
CMYK 0 0.20 0.96 0.02
HSL 47.65º 0.95% 0.51% -
HSV(B) 47.65º 0.96% 0.98% -
XYZ 59.78 61.47 9.03 -
YUV 193.11 25.23 167.87 -
System Red Green Blue C M Y K H S L
Decimal 249 200 11 0 0.20 0.96 0.02 47.65 0.95 0.51
Hex F9 C8 B 0 14 60 2 30 5F 33
Octal 371 310 13 0 24 140 2 60 137 63
Binary 11111001 11001000 1011 0 10100 1100000 10 110000 1011111 110011

Color Harmonies of #F9C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C80B

Black with #F9C80B

Text Example


Text Example

White with #F9C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C80B; }

 p { color: rgb(249,200,11); }

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

background-color css

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

 a { background-color: rgb(249,200,11); }

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

border-color css

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

 span { border-color: rgb(249,200,11); }

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