Html Css Color HEX #FDC705 Golden Poppy

📋 copy color: '#FDC705'

red 253 ◦ green 199 ◦ blue 5

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

Shades of Golden Poppy #FDC705

Tints of Golden Poppy #FDC705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 55.36%
G = 43.54%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDC705 (or 0xFDC705) is known color: Golden Poppy. HEX triplet: FD, C7 and 05. RGB value is (253,199,5). Sum of RGB (Red+Green+Blue) = 253+199+5=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC705 is #0238FA. Grayscale: #C1C1C1. Windows color (decimal): -145659 or 378877. OLE color: 378877.

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

Color convert

RGB 253 199 5 -
CMYK 0 0.21 0.98 0.01
HSL 46.94º 0.98% 0.51% -
HSV(B) 46.94º 0.98% 0.99% -
XYZ 60.96 61.74 8.85 -
YUV 193.03 21.89 170.77 -
System Red Green Blue C M Y K H S L
Decimal 253 199 5 0 0.21 0.98 0.01 46.94 0.98 0.51
Hex FD C7 5 0 15 62 1 2F 62 33
Octal 375 307 5 0 25 142 1 57 142 63
Binary 11111101 11000111 101 0 10101 1100010 1 101111 1100010 110011

Color Harmonies of #FDC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC705

Black with #FDC705

Text Example


Text Example

White with #FDC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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