Html Css Color HEX #FDC600 Golden Poppy

📋 copy color: '#FDC600'

red 253 ◦ green 198 ◦ blue 0

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

Shades of Golden Poppy #FDC600

Tints of Golden Poppy #FDC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.1%
G = 43.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDC600 (or 0xFDC600) is known color: Golden Poppy. HEX triplet: FD, C6 and 00. RGB value is (253,198,0). Sum of RGB (Red+Green+Blue) = 253+198+0=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC600 is #0239FF. Grayscale: #C0C0C0. Windows color (decimal): -145920 or 50941. OLE color: 50941.

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

Color convert

RGB 253 198 0 -
CMYK 0 0.22 1 0.01
HSL 46.96º 1% 0.5% -
HSV(B) 46.96º 1% 0.99% -
XYZ 60.7 61.27 8.63 -
YUV 191.87 19.72 171.6 -
System Red Green Blue C M Y K H S L
Decimal 253 198 0 0 0.22 1 0.01 46.96 1 0.5
Hex FD C6 0 0 16 64 1 2F 64 32
Octal 375 306 0 0 26 144 1 57 144 62
Binary 11111101 11000110 0 0 10110 1100100 1 101111 1100100 110010

Color Harmonies of #FDC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC600

Black with #FDC600

Text Example


Text Example

White with #FDC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC600; }

 p { color: rgb(253,198,0); }

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

background-color css

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

 a { background-color: rgb(253,198,0); }

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

border-color css

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

 span { border-color: rgb(253,198,0); }

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