Html Css Color HEX #FDC10F Golden Poppy

📋 copy color: '#FDC10F'

red 253 ◦ green 193 ◦ blue 15

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

Shades of Golden Poppy #FDC10F

Tints of Golden Poppy #FDC10F

RGB

 RED value IS 253 (99.22% from 255) = 54.88%

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

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

R = 54.88%
G = 41.87%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC10F (or 0xFDC10F) is known color: Golden Poppy. HEX triplet: FD, C1 and 0F. RGB value is (253,193,15). Sum of RGB (Red+Green+Blue) = 253+193+15=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC10F is #023EF0. Grayscale: #BFBFBF. Windows color (decimal): -147185 or 1032701. OLE color: 1032701.

HSL color Cylindrical-coordinate representation of color #FDC10F: hue angle of 44.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC10F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 15 -
CMYK 0 0.24 0.94 0.01
HSL 44.87º 0.98% 0.53% -
HSV(B) 44.87º 0.94% 0.99% -
XYZ 59.66 59.06 8.71 -
YUV 190.65 28.88 172.47 -
System Red Green Blue C M Y K H S L
Decimal 253 193 15 0 0.24 0.94 0.01 44.87 0.98 0.53
Hex FD C1 F 0 18 5E 1 2D 62 35
Octal 375 301 17 0 30 136 1 55 142 65
Binary 11111101 11000001 1111 0 11000 1011110 1 101101 1100010 110101

Color Harmonies of #FDC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC10F

Black with #FDC10F

Text Example


Text Example

White with #FDC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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