Html Css Color HEX #FDC108 Golden Poppy

📋 copy color: '#FDC108'

red 253 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #FDC108

Tints of Golden Poppy #FDC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

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

R = 55.73%
G = 42.51%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDC108 (or 0xFDC108) is known color: Golden Poppy. HEX triplet: FD, C1 and 08. RGB value is (253,193,8). Sum of RGB (Red+Green+Blue) = 253+193+8=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC108 is #023EF7. Grayscale: #BEBEBE. Windows color (decimal): -147192 or 573949. OLE color: 573949.

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

Color convert

RGB 253 193 8 -
CMYK 0 0.24 0.97 0.01
HSL 45.31º 0.98% 0.51% -
HSV(B) 45.31º 0.97% 0.99% -
XYZ 59.62 59.04 8.48 -
YUV 189.85 25.38 173.04 -
System Red Green Blue C M Y K H S L
Decimal 253 193 8 0 0.24 0.97 0.01 45.31 0.98 0.51
Hex FD C1 8 0 18 61 1 2D 62 33
Octal 375 301 10 0 30 141 1 55 142 63
Binary 11111101 11000001 1000 0 11000 1100001 1 101101 1100010 110011

Color Harmonies of #FDC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC108

Black with #FDC108

Text Example


Text Example

White with #FDC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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