Html Css Color HEX #FDC710 Golden Poppy

📋 copy color: '#FDC710'

red 253 ◦ green 199 ◦ blue 16

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

Shades of Golden Poppy #FDC710

Tints of Golden Poppy #FDC710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.42%

R = 54.06%
G = 42.52%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC710 (or 0xFDC710) is known color: Golden Poppy. HEX triplet: FD, C7 and 10. RGB value is (253,199,16). Sum of RGB (Red+Green+Blue) = 253+199+16=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC710 is #0238EF. Grayscale: #C3C3C3. Windows color (decimal): -145648 or 1099773. OLE color: 1099773.

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

Color convert

RGB 253 199 16 -
CMYK 0 0.21 0.94 0.01
HSL 46.33º 0.98% 0.53% -
HSV(B) 46.33º 0.94% 0.99% -
XYZ 61.02 61.77 9.2 -
YUV 194.28 27.39 169.88 -
System Red Green Blue C M Y K H S L
Decimal 253 199 16 0 0.21 0.94 0.01 46.33 0.98 0.53
Hex FD C7 10 0 15 5E 1 2E 62 35
Octal 375 307 20 0 25 136 1 56 142 65
Binary 11111101 11000111 10000 0 10101 1011110 1 101110 1100010 110101

Color Harmonies of #FDC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC710

Black with #FDC710

Text Example


Text Example

White with #FDC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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