Html Css Color HEX #FDC40F Golden Poppy

📋 copy color: '#FDC40F'

red 253 ◦ green 196 ◦ blue 15

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

Shades of Golden Poppy #FDC40F

Tints of Golden Poppy #FDC40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 54.53%
G = 42.24%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC40F (or 0xFDC40F) is known color: Golden Poppy. HEX triplet: FD, C4 and 0F. RGB value is (253,196,15). Sum of RGB (Red+Green+Blue) = 253+196+15=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC40F is #023BF0. Grayscale: #C1C1C1. Windows color (decimal): -146417 or 1033469. OLE color: 1033469.

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

Color convert

RGB 253 196 15 -
CMYK 0 0.23 0.94 0.01
HSL 45.63º 0.98% 0.53% -
HSV(B) 45.63º 0.94% 0.99% -
XYZ 60.33 60.4 8.93 -
YUV 192.41 27.88 171.22 -
System Red Green Blue C M Y K H S L
Decimal 253 196 15 0 0.23 0.94 0.01 45.63 0.98 0.53
Hex FD C4 F 0 17 5E 1 2E 62 35
Octal 375 304 17 0 27 136 1 56 142 65
Binary 11111101 11000100 1111 0 10111 1011110 1 101110 1100010 110101

Color Harmonies of #FDC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC40F

Black with #FDC40F

Text Example


Text Example

White with #FDC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC40F; }

 p { color: rgb(253,196,15); }

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

background-color css

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

 a { background-color: rgb(253,196,15); }

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

border-color css

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

 span { border-color: rgb(253,196,15); }

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