Html Css Color HEX #FCC401 Golden Poppy

📋 copy color: '#FCC401'

red 252 ◦ green 196 ◦ blue 1

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

Shades of Golden Poppy #FCC401

Tints of Golden Poppy #FCC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

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

R = 56.12%
G = 43.65%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCC401 (or 0xFCC401) is known color: Golden Poppy. HEX triplet: FC, C4 and 01. RGB value is (252,196,1). Sum of RGB (Red+Green+Blue) = 252+196+1=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC401 is #033BFE. Grayscale: #BFBFBF. Windows color (decimal): -211967 or 115964. OLE color: 115964.

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

Color convert

RGB 252 196 1 -
CMYK 0 0.22 1.00 0.01
HSL 46.61º 0.99% 0.5% -
HSV(B) 46.61º 1% 0.99% -
XYZ 59.89 60.18 8.49 -
YUV 190.51 21.05 171.86 -
System Red Green Blue C M Y K H S L
Decimal 252 196 1 0 0.22 1.00 0.01 46.61 0.99 0.5
Hex FC C4 1 0 16 64 1 2F 63 32
Octal 374 304 1 0 26 144 1 57 143 62
Binary 11111100 11000100 1 0 10110 1100100 1 101111 1100011 110010

Color Harmonies of #FCC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC401

Black with #FCC401

Text Example


Text Example

White with #FCC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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