Html Css Color HEX #FDC711 Golden Poppy

📋 copy color: '#FDC711'

red 253 ◦ green 199 ◦ blue 17

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

Shades of Golden Poppy #FDC711

Tints of Golden Poppy #FDC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.43%

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

R = 53.94%
G = 42.43%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDC711 (or 0xFDC711) is known color: Golden Poppy. HEX triplet: FD, C7 and 11. RGB value is (253,199,17). Sum of RGB (Red+Green+Blue) = 253+199+17=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC711 is #0238EE. Grayscale: #C3C3C3. Windows color (decimal): -145647 or 1165309. OLE color: 1165309.

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

Color convert

RGB 253 199 17 -
CMYK 0 0.21 0.93 0.01
HSL 46.27º 0.98% 0.53% -
HSV(B) 46.27º 0.93% 0.99% -
XYZ 61.03 61.77 9.24 -
YUV 194.4 27.89 169.8 -
System Red Green Blue C M Y K H S L
Decimal 253 199 17 0 0.21 0.93 0.01 46.27 0.98 0.53
Hex FD C7 11 0 15 5D 1 2E 62 35
Octal 375 307 21 0 25 135 1 56 142 65
Binary 11111101 11000111 10001 0 10101 1011101 1 101110 1100010 110101

Color Harmonies of #FDC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC711

Black with #FDC711

Text Example


Text Example

White with #FDC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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