Html Css Color HEX #FDC510 Golden Poppy

📋 copy color: '#FDC510'

red 253 ◦ green 197 ◦ blue 16

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

Shades of Golden Poppy #FDC510

Tints of Golden Poppy #FDC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 54.29%
G = 42.27%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC510 (or 0xFDC510) is known color: Golden Poppy. HEX triplet: FD, C5 and 10. RGB value is (253,197,16). Sum of RGB (Red+Green+Blue) = 253+197+16=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC510 is #023AEF. Grayscale: #C1C1C1. Windows color (decimal): -146160 or 1099261. OLE color: 1099261.

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

Color convert

RGB 253 197 16 -
CMYK 0 0.22 0.94 0.01
HSL 45.82º 0.98% 0.53% -
HSV(B) 45.82º 0.94% 0.99% -
XYZ 60.57 60.85 9.04 -
YUV 193.11 28.05 170.72 -
System Red Green Blue C M Y K H S L
Decimal 253 197 16 0 0.22 0.94 0.01 45.82 0.98 0.53
Hex FD C5 10 0 16 5E 1 2E 62 35
Octal 375 305 20 0 26 136 1 56 142 65
Binary 11111101 11000101 10000 0 10110 1011110 1 101110 1100010 110101

Color Harmonies of #FDC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC510

Black with #FDC510

Text Example


Text Example

White with #FDC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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