Html Css Color HEX #FDC111 Golden Poppy

📋 copy color: '#FDC111'

red 253 ◦ green 193 ◦ blue 17

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

Shades of Golden Poppy #FDC111

Tints of Golden Poppy #FDC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

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

R = 54.64%
G = 41.68%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC111 (or 0xFDC111) is known color: Golden Poppy. HEX triplet: FD, C1 and 11. RGB value is (253,193,17). Sum of RGB (Red+Green+Blue) = 253+193+17=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC111 is #023EEE. Grayscale: #BFBFBF. Windows color (decimal): -147183 or 1163773. OLE color: 1163773.

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

Color convert

RGB 253 193 17 -
CMYK 0 0.24 0.93 0.01
HSL 44.75º 0.98% 0.53% -
HSV(B) 44.75º 0.93% 0.99% -
XYZ 59.68 59.06 8.79 -
YUV 190.88 29.88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 253 193 17 0 0.24 0.93 0.01 44.75 0.98 0.53
Hex FD C1 11 0 18 5D 1 2D 62 35
Octal 375 301 21 0 30 135 1 55 142 65
Binary 11111101 11000001 10001 0 11000 1011101 1 101101 1100010 110101

Color Harmonies of #FDC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC111

Black with #FDC111

Text Example


Text Example

White with #FDC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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