Html Css Color HEX #FDC411 Golden Poppy

📋 copy color: '#FDC411'

red 253 ◦ green 196 ◦ blue 17

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

Shades of Golden Poppy #FDC411

Tints of Golden Poppy #FDC411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.06%

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

R = 54.29%
G = 42.06%
B = 3.65%

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

#FDC411 (or 0xFDC411) is known color: Golden Poppy. HEX triplet: FD, C4 and 11. RGB value is (253,196,17). Sum of RGB (Red+Green+Blue) = 253+196+17=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC411 is #023BEE. Grayscale: #C1C1C1. Windows color (decimal): -146415 or 1164541. OLE color: 1164541.

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

Color convert

RGB 253 196 17 -
CMYK 0 0.23 0.93 0.01
HSL 45.51º 0.98% 0.53% -
HSV(B) 45.51º 0.93% 0.99% -
XYZ 60.35 60.4 9.01 -
YUV 192.64 28.88 171.05 -
System Red Green Blue C M Y K H S L
Decimal 253 196 17 0 0.23 0.93 0.01 45.51 0.98 0.53
Hex FD C4 11 0 17 5D 1 2E 62 35
Octal 375 304 21 0 27 135 1 56 142 65
Binary 11111101 11000100 10001 0 10111 1011101 1 101110 1100010 110101

Color Harmonies of #FDC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC411

Black with #FDC411

Text Example


Text Example

White with #FDC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC411; }

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

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

background-color css

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

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

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

border-color css

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

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

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