Html Css Color HEX #F9C10F Golden Poppy

📋 copy color: '#F9C10F'

red 249 ◦ green 193 ◦ blue 15

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

Shades of Golden Poppy #F9C10F

Tints of Golden Poppy #F9C10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 54.49%
G = 42.23%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9C10F (or 0xF9C10F) is known color: Golden Poppy. HEX triplet: F9, C1 and 0F. RGB value is (249,193,15). Sum of RGB (Red+Green+Blue) = 249+193+15=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C10F is #063EF0. Grayscale: #BEBEBE. Windows color (decimal): -409329 or 1032697. OLE color: 1032697.

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

Color convert

RGB 249 193 15 -
CMYK 0 0.22 0.94 0.02
HSL 45.64º 0.95% 0.52% -
HSV(B) 45.64º 0.94% 0.98% -
XYZ 58.22 58.31 8.64 -
YUV 189.45 29.55 170.47 -
System Red Green Blue C M Y K H S L
Decimal 249 193 15 0 0.22 0.94 0.02 45.64 0.95 0.52
Hex F9 C1 F 0 16 5E 2 2E 5F 34
Octal 371 301 17 0 26 136 2 56 137 64
Binary 11111001 11000001 1111 0 10110 1011110 10 101110 1011111 110100

Color Harmonies of #F9C10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C10F

Black with #F9C10F

Text Example


Text Example

White with #F9C10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C10F; }

 p { color: rgb(249,193,15); }

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

background-color css

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

 a { background-color: rgb(249,193,15); }

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

border-color css

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

 span { border-color: rgb(249,193,15); }

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