Html Css Color HEX #FDC511 Golden Poppy

📋 copy color: '#FDC511'

red 253 ◦ green 197 ◦ blue 17

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

Shades of Golden Poppy #FDC511

Tints of Golden Poppy #FDC511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.64%

R = 54.18%
G = 42.18%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC511 (or 0xFDC511) is known color: Golden Poppy. HEX triplet: FD, C5 and 11. RGB value is (253,197,17). Sum of RGB (Red+Green+Blue) = 253+197+17=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC511 is #023AEE. Grayscale: #C2C2C2. Windows color (decimal): -146159 or 1164797. OLE color: 1164797.

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

Color convert

RGB 253 197 17 -
CMYK 0 0.22 0.93 0.01
HSL 45.76º 0.98% 0.53% -
HSV(B) 45.76º 0.93% 0.99% -
XYZ 60.58 60.86 9.08 -
YUV 193.22 28.55 170.64 -
System Red Green Blue C M Y K H S L
Decimal 253 197 17 0 0.22 0.93 0.01 45.76 0.98 0.53
Hex FD C5 11 0 16 5D 1 2E 62 35
Octal 375 305 21 0 26 135 1 56 142 65
Binary 11111101 11000101 10001 0 10110 1011101 1 101110 1100010 110101

Color Harmonies of #FDC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC511

Black with #FDC511

Text Example


Text Example

White with #FDC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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