Html Css Color HEX #FDC506 Golden Poppy

📋 copy color: '#FDC506'

red 253 ◦ green 197 ◦ blue 6

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

Shades of Golden Poppy #FDC506

Tints of Golden Poppy #FDC506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 55.48%
G = 43.2%
B = 1.32%

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

#FDC506 (or 0xFDC506) is known color: Golden Poppy. HEX triplet: FD, C5 and 06. RGB value is (253,197,6). Sum of RGB (Red+Green+Blue) = 253+197+6=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC506 is #023AF9. Grayscale: #C0C0C0. Windows color (decimal): -146170 or 443901. OLE color: 443901.

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

Color convert

RGB 253 197 6 -
CMYK 0 0.22 0.98 0.01
HSL 46.4º 0.98% 0.51% -
HSV(B) 46.4º 0.98% 0.99% -
XYZ 60.51 60.83 8.72 -
YUV 191.97 23.05 171.53 -
System Red Green Blue C M Y K H S L
Decimal 253 197 6 0 0.22 0.98 0.01 46.4 0.98 0.51
Hex FD C5 6 0 16 62 1 2E 62 33
Octal 375 305 6 0 26 142 1 56 142 63
Binary 11111101 11000101 110 0 10110 1100010 1 101110 1100010 110011

Color Harmonies of #FDC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC506

Black with #FDC506

Text Example


Text Example

White with #FDC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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