Html Css Color HEX #FDC408 Golden Poppy

📋 copy color: '#FDC408'

red 253 ◦ green 196 ◦ blue 8

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

Shades of Golden Poppy #FDC408

Tints of Golden Poppy #FDC408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 55.36%
G = 42.89%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDC408 (or 0xFDC408) is known color: Golden Poppy. HEX triplet: FD, C4 and 08. RGB value is (253,196,8). Sum of RGB (Red+Green+Blue) = 253+196+8=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC408 is #023BF7. Grayscale: #C0C0C0. Windows color (decimal): -146424 or 574717. OLE color: 574717.

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

Color convert

RGB 253 196 8 -
CMYK 0 0.23 0.97 0.01
HSL 46.04º 0.98% 0.51% -
HSV(B) 46.04º 0.97% 0.99% -
XYZ 60.29 60.38 8.71 -
YUV 191.61 24.38 171.79 -
System Red Green Blue C M Y K H S L
Decimal 253 196 8 0 0.23 0.97 0.01 46.04 0.98 0.51
Hex FD C4 8 0 17 61 1 2E 62 33
Octal 375 304 10 0 27 141 1 56 142 63
Binary 11111101 11000100 1000 0 10111 1100001 1 101110 1100010 110011

Color Harmonies of #FDC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC408

Black with #FDC408

Text Example


Text Example

White with #FDC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC408; }

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

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

background-color css

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

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

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

border-color css

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

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

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