Html Css Color HEX #FCC701 Golden Poppy

📋 copy color: '#FCC701'

red 252 ◦ green 199 ◦ blue 1

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

Shades of Golden Poppy #FCC701

Tints of Golden Poppy #FCC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.03%

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

R = 55.75%
G = 44.03%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCC701 (or 0xFCC701) is known color: Golden Poppy. HEX triplet: FC, C7 and 01. RGB value is (252,199,1). Sum of RGB (Red+Green+Blue) = 252+199+1=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC701 is #0338FE. Grayscale: #C1C1C1. Windows color (decimal): -211199 or 116732. OLE color: 116732.

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

Color convert

RGB 252 199 1 -
CMYK 0 0.21 1.00 0.01
HSL 47.33º 0.99% 0.5% -
HSV(B) 47.33º 1% 0.99% -
XYZ 60.57 61.54 8.72 -
YUV 192.28 20.06 170.6 -
System Red Green Blue C M Y K H S L
Decimal 252 199 1 0 0.21 1.00 0.01 47.33 0.99 0.5
Hex FC C7 1 0 15 64 1 2F 63 32
Octal 374 307 1 0 25 144 1 57 143 62
Binary 11111100 11000111 1 0 10101 1100100 1 101111 1100011 110010

Color Harmonies of #FCC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC701

Black with #FCC701

Text Example


Text Example

White with #FCC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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