Html Css Color HEX #FDC210 Golden Poppy

📋 copy color: '#FDC210'

red 253 ◦ green 194 ◦ blue 16

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

Shades of Golden Poppy #FDC210

Tints of Golden Poppy #FDC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 54.64%
G = 41.9%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC210 (or 0xFDC210) is known color: Golden Poppy. HEX triplet: FD, C2 and 10. RGB value is (253,194,16). Sum of RGB (Red+Green+Blue) = 253+194+16=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC210 is #023DEF. Grayscale: #C0C0C0. Windows color (decimal): -146928 or 1098493. OLE color: 1098493.

HSL color Cylindrical-coordinate representation of color #FDC210: hue angle of 45.06º 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 #FDC210 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 16 -
CMYK 0 0.23 0.94 0.01
HSL 45.06º 0.98% 0.53% -
HSV(B) 45.06º 0.94% 0.99% -
XYZ 59.89 59.5 8.82 -
YUV 191.35 29.05 171.97 -
System Red Green Blue C M Y K H S L
Decimal 253 194 16 0 0.23 0.94 0.01 45.06 0.98 0.53
Hex FD C2 10 0 17 5E 1 2D 62 35
Octal 375 302 20 0 27 136 1 55 142 65
Binary 11111101 11000010 10000 0 10111 1011110 1 101101 1100010 110101

Color Harmonies of #FDC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC210

Black with #FDC210

Text Example


Text Example

White with #FDC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC210; }

 p { color: rgb(253,194,16); }

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

background-color css

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

 a { background-color: rgb(253,194,16); }

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

border-color css

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

 span { border-color: rgb(253,194,16); }

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