Html Css Color HEX #FDC308 Golden Poppy

📋 copy color: '#FDC308'

red 253 ◦ green 195 ◦ blue 8

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

Shades of Golden Poppy #FDC308

Tints of Golden Poppy #FDC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.76%

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

R = 55.48%
G = 42.76%
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

#FDC308 (or 0xFDC308) is known color: Golden Poppy. HEX triplet: FD, C3 and 08. RGB value is (253,195,8). Sum of RGB (Red+Green+Blue) = 253+195+8=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC308 is #023CF7. Grayscale: #BFBFBF. Windows color (decimal): -146680 or 574461. OLE color: 574461.

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

Color convert

RGB 253 195 8 -
CMYK 0 0.23 0.97 0.01
HSL 45.8º 0.98% 0.51% -
HSV(B) 45.8º 0.97% 0.99% -
XYZ 60.07 59.93 8.63 -
YUV 191.02 24.72 172.21 -
System Red Green Blue C M Y K H S L
Decimal 253 195 8 0 0.23 0.97 0.01 45.8 0.98 0.51
Hex FD C3 8 0 17 61 1 2E 62 33
Octal 375 303 10 0 27 141 1 56 142 63
Binary 11111101 11000011 1000 0 10111 1100001 1 101110 1100010 110011

Color Harmonies of #FDC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC308

Black with #FDC308

Text Example


Text Example

White with #FDC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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