Html Css Color HEX #FDC507 Golden Poppy

📋 copy color: '#FDC507'

red 253 ◦ green 197 ◦ blue 7

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

Shades of Golden Poppy #FDC507

Tints of Golden Poppy #FDC507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.11%

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

R = 55.36%
G = 43.11%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDC507 (or 0xFDC507) is known color: Golden Poppy. HEX triplet: FD, C5 and 07. RGB value is (253,197,7). Sum of RGB (Red+Green+Blue) = 253+197+7=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC507 is #023AF8. Grayscale: #C0C0C0. Windows color (decimal): -146169 or 509437. OLE color: 509437.

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

Color convert

RGB 253 197 7 -
CMYK 0 0.22 0.97 0.01
HSL 46.34º 0.98% 0.51% -
HSV(B) 46.34º 0.97% 0.99% -
XYZ 60.51 60.83 8.75 -
YUV 192.08 23.55 171.45 -
System Red Green Blue C M Y K H S L
Decimal 253 197 7 0 0.22 0.97 0.01 46.34 0.98 0.51
Hex FD C5 7 0 16 61 1 2E 62 33
Octal 375 305 7 0 26 141 1 56 142 63
Binary 11111101 11000101 111 0 10110 1100001 1 101110 1100010 110011

Color Harmonies of #FDC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC507

Black with #FDC507

Text Example


Text Example

White with #FDC507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC507; }

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

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

background-color css

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

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

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

border-color css

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

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

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