Html Css Color HEX #FDC410 Golden Poppy

📋 copy color: '#FDC410'

red 253 ◦ green 196 ◦ blue 16

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

Shades of Golden Poppy #FDC410

Tints of Golden Poppy #FDC410

RGB

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

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

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

R = 54.41%
G = 42.15%
B = 3.44%

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

#FDC410 (or 0xFDC410) is known color: Golden Poppy. HEX triplet: FD, C4 and 10. RGB value is (253,196,16). Sum of RGB (Red+Green+Blue) = 253+196+16=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC410 is #023BEF. Grayscale: #C1C1C1. Windows color (decimal): -146416 or 1099005. OLE color: 1099005.

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

Color convert

RGB 253 196 16 -
CMYK 0 0.23 0.94 0.01
HSL 45.57º 0.98% 0.53% -
HSV(B) 45.57º 0.94% 0.99% -
XYZ 60.34 60.4 8.97 -
YUV 192.52 28.38 171.14 -
System Red Green Blue C M Y K H S L
Decimal 253 196 16 0 0.23 0.94 0.01 45.57 0.98 0.53
Hex FD C4 10 0 17 5E 1 2E 62 35
Octal 375 304 20 0 27 136 1 56 142 65
Binary 11111101 11000100 10000 0 10111 1011110 1 101110 1100010 110101

Color Harmonies of #FDC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC410

Black with #FDC410

Text Example


Text Example

White with #FDC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC410; }

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

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

background-color css

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

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

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

border-color css

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

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

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