Html Css Color HEX #FCC201 Golden Poppy

📋 copy color: '#FCC201'

red 252 ◦ green 194 ◦ blue 1

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

Shades of Golden Poppy #FCC201

Tints of Golden Poppy #FCC201

RGB

 RED value IS 252 (98.83% from 255) = 56.38%

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

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

R = 56.38%
G = 43.4%
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

#FCC201 (or 0xFCC201) is known color: Golden Poppy. HEX triplet: FC, C2 and 01. RGB value is (252,194,1). Sum of RGB (Red+Green+Blue) = 252+194+1=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC201 is #033DFE. Grayscale: #BEBEBE. Windows color (decimal): -212479 or 115452. OLE color: 115452.

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

Color convert

RGB 252 194 1 -
CMYK 0 0.23 1.00 0.01
HSL 46.14º 0.99% 0.5% -
HSV(B) 46.14º 1% 0.99% -
XYZ 59.44 59.28 8.34 -
YUV 189.34 21.72 172.69 -
System Red Green Blue C M Y K H S L
Decimal 252 194 1 0 0.23 1.00 0.01 46.14 0.99 0.5
Hex FC C2 1 0 17 64 1 2E 63 32
Octal 374 302 1 0 27 144 1 56 143 62
Binary 11111100 11000010 1 0 10111 1100100 1 101110 1100011 110010

Color Harmonies of #FCC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC201

Black with #FCC201

Text Example


Text Example

White with #FCC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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