Html Css Color HEX #FDC707 Golden Poppy

📋 copy color: '#FDC707'

red 253 ◦ green 199 ◦ blue 7

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

Shades of Golden Poppy #FDC707

Tints of Golden Poppy #FDC707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 55.12%
G = 43.36%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDC707 (or 0xFDC707) is known color: Golden Poppy. HEX triplet: FD, C7 and 07. RGB value is (253,199,7). Sum of RGB (Red+Green+Blue) = 253+199+7=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC707 is #0238F8. Grayscale: #C2C2C2. Windows color (decimal): -145657 or 509949. OLE color: 509949.

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

Color convert

RGB 253 199 7 -
CMYK 0 0.21 0.97 0.01
HSL 46.83º 0.98% 0.51% -
HSV(B) 46.83º 0.97% 0.99% -
XYZ 60.97 61.74 8.91 -
YUV 193.26 22.89 170.61 -
System Red Green Blue C M Y K H S L
Decimal 253 199 7 0 0.21 0.97 0.01 46.83 0.98 0.51
Hex FD C7 7 0 15 61 1 2F 62 33
Octal 375 307 7 0 25 141 1 57 142 63
Binary 11111101 11000111 111 0 10101 1100001 1 101111 1100010 110011

Color Harmonies of #FDC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC707

Black with #FDC707

Text Example


Text Example

White with #FDC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC707; }

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

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

background-color css

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

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

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

border-color css

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

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

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