Html Css Color HEX #FDC311 Golden Poppy

📋 copy color: '#FDC311'

red 253 ◦ green 195 ◦ blue 17

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

Shades of Golden Poppy #FDC311

Tints of Golden Poppy #FDC311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

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

R = 54.41%
G = 41.94%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC311 (or 0xFDC311) is known color: Golden Poppy. HEX triplet: FD, C3 and 11. RGB value is (253,195,17). Sum of RGB (Red+Green+Blue) = 253+195+17=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC311 is #023CEE. Grayscale: #C0C0C0. Windows color (decimal): -146671 or 1164285. OLE color: 1164285.

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

Color convert

RGB 253 195 17 -
CMYK 0 0.23 0.93 0.01
HSL 45.25º 0.98% 0.53% -
HSV(B) 45.25º 0.93% 0.99% -
XYZ 60.12 59.95 8.93 -
YUV 192.05 29.22 171.47 -
System Red Green Blue C M Y K H S L
Decimal 253 195 17 0 0.23 0.93 0.01 45.25 0.98 0.53
Hex FD C3 11 0 17 5D 1 2D 62 35
Octal 375 303 21 0 27 135 1 55 142 65
Binary 11111101 11000011 10001 0 10111 1011101 1 101101 1100010 110101

Color Harmonies of #FDC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC311

Black with #FDC311

Text Example


Text Example

White with #FDC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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