Html Css Color HEX #FDC505 Golden Poppy

📋 copy color: '#FDC505'

red 253 ◦ green 197 ◦ blue 5

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

Shades of Golden Poppy #FDC505

Tints of Golden Poppy #FDC505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 55.6%
G = 43.3%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDC505 (or 0xFDC505) is known color: Golden Poppy. HEX triplet: FD, C5 and 05. RGB value is (253,197,5). Sum of RGB (Red+Green+Blue) = 253+197+5=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC505 is #023AFA. Grayscale: #C0C0C0. Windows color (decimal): -146171 or 378365. OLE color: 378365.

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

Color convert

RGB 253 197 5 -
CMYK 0 0.22 0.98 0.01
HSL 46.45º 0.98% 0.51% -
HSV(B) 46.45º 0.98% 0.99% -
XYZ 60.5 60.83 8.7 -
YUV 191.86 22.55 171.61 -
System Red Green Blue C M Y K H S L
Decimal 253 197 5 0 0.22 0.98 0.01 46.45 0.98 0.51
Hex FD C5 5 0 16 62 1 2E 62 33
Octal 375 305 5 0 26 142 1 56 142 63
Binary 11111101 11000101 101 0 10110 1100010 1 101110 1100010 110011

Color Harmonies of #FDC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC505

Black with #FDC505

Text Example


Text Example

White with #FDC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC505; }

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

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

background-color css

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

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

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

border-color css

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

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

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