Html Css Color HEX #FDC201 Golden Poppy

📋 copy color: '#FDC201'

red 253 ◦ green 194 ◦ blue 1

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

Shades of Golden Poppy #FDC201

Tints of Golden Poppy #FDC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

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

R = 56.47%
G = 43.3%
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

#FDC201 (or 0xFDC201) is known color: Golden Poppy. HEX triplet: FD, C2 and 01. RGB value is (253,194,1). Sum of RGB (Red+Green+Blue) = 253+194+1=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC201 is #023DFE. Grayscale: #BEBEBE. Windows color (decimal): -146943 or 115453. OLE color: 115453.

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

Color convert

RGB 253 194 1 -
CMYK 0 0.23 1.00 0.01
HSL 45.95º 0.99% 0.5% -
HSV(B) 45.95º 1% 0.99% -
XYZ 59.81 59.47 8.36 -
YUV 189.64 21.55 173.19 -
System Red Green Blue C M Y K H S L
Decimal 253 194 1 0 0.23 1.00 0.01 45.95 0.99 0.5
Hex FD C2 1 0 17 64 1 2E 63 32
Octal 375 302 1 0 27 144 1 56 143 62
Binary 11111101 11000010 1 0 10111 1100100 1 101110 1100011 110010

Color Harmonies of #FDC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC201

Black with #FDC201

Text Example


Text Example

White with #FDC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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