Html Css Color HEX #FCC700 Golden Poppy

📋 copy color: '#FCC700'

red 252 ◦ green 199 ◦ blue 0

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

Shades of Golden Poppy #FCC700

Tints of Golden Poppy #FCC700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.88%
G = 44.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCC700 (or 0xFCC700) is known color: Golden Poppy. HEX triplet: FC, C7 and 00. RGB value is (252,199,0). Sum of RGB (Red+Green+Blue) = 252+199+0=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC700 is #0338FF. Grayscale: #C1C1C1. Windows color (decimal): -211200 or 51196. OLE color: 51196.

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

Color convert

RGB 252 199 0 -
CMYK 0 0.21 1 0.01
HSL 47.38º 1% 0.49% -
HSV(B) 47.38º 1% 0.99% -
XYZ 60.57 61.54 8.69 -
YUV 192.16 19.56 170.68 -
System Red Green Blue C M Y K H S L
Decimal 252 199 0 0 0.21 1 0.01 47.38 1 0.49
Hex FC C7 0 0 15 64 1 2F 64 31
Octal 374 307 0 0 25 144 1 57 144 61
Binary 11111100 11000111 0 0 10101 1100100 1 101111 1100100 110001

Color Harmonies of #FCC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC700

Black with #FCC700

Text Example


Text Example

White with #FCC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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