Html Css Color HEX #FDC301 Golden Poppy

📋 copy color: '#FDC301'

red 253 ◦ green 195 ◦ blue 1

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

Shades of Golden Poppy #FDC301

Tints of Golden Poppy #FDC301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 56.35%
G = 43.43%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDC301 (or 0xFDC301) is known color: Golden Poppy. HEX triplet: FD, C3 and 01. RGB value is (253,195,1). Sum of RGB (Red+Green+Blue) = 253+195+1=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC301 is #023CFE. Grayscale: #BFBFBF. Windows color (decimal): -146687 or 115709. OLE color: 115709.

HSL color Cylindrical-coordinate representation of color #FDC301: hue angle of 46.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC301 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 1 -
CMYK 0 0.23 1.00 0.01
HSL 46.19º 0.99% 0.5% -
HSV(B) 46.19º 1% 0.99% -
XYZ 60.03 59.92 8.43 -
YUV 190.23 21.22 172.77 -
System Red Green Blue C M Y K H S L
Decimal 253 195 1 0 0.23 1.00 0.01 46.19 0.99 0.5
Hex FD C3 1 0 17 64 1 2E 63 32
Octal 375 303 1 0 27 144 1 56 143 62
Binary 11111101 11000011 1 0 10111 1100100 1 101110 1100011 110010

Color Harmonies of #FDC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC301

Black with #FDC301

Text Example


Text Example

White with #FDC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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