Html Css Color HEX #FDC50D Golden Poppy

📋 copy color: '#FDC50D'

red 253 ◦ green 197 ◦ blue 13

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

Shades of Golden Poppy #FDC50D

Tints of Golden Poppy #FDC50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 54.64%
G = 42.55%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDC50D (or 0xFDC50D) is known color: Golden Poppy. HEX triplet: FD, C5 and 0D. RGB value is (253,197,13). Sum of RGB (Red+Green+Blue) = 253+197+13=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC50D is #023AF2. Grayscale: #C1C1C1. Windows color (decimal): -146163 or 902653. OLE color: 902653.

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

Color convert

RGB 253 197 13 -
CMYK 0 0.22 0.95 0.01
HSL 46º 0.98% 0.52% -
HSV(B) 46º 0.95% 0.99% -
XYZ 60.55 60.84 8.93 -
YUV 192.77 26.55 170.96 -
System Red Green Blue C M Y K H S L
Decimal 253 197 13 0 0.22 0.95 0.01 46 0.98 0.52
Hex FD C5 D 0 16 5F 1 2E 62 34
Octal 375 305 15 0 26 137 1 56 142 64
Binary 11111101 11000101 1101 0 10110 1011111 1 101110 1100010 110100

Color Harmonies of #FDC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC50D

Black with #FDC50D

Text Example


Text Example

White with #FDC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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