Html Css Color HEX #FCC100 Golden Poppy

📋 copy color: '#FCC100'

red 252 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #FCC100

Tints of Golden Poppy #FCC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

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

R = 56.63%
G = 43.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCC100 (or 0xFCC100) is known color: Golden Poppy. HEX triplet: FC, C1 and 00. RGB value is (252,193,0). Sum of RGB (Red+Green+Blue) = 252+193+0=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC100 is #033EFF. Grayscale: #BDBDBD. Windows color (decimal): -212736 or 49660. OLE color: 49660.

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

Color convert

RGB 252 193 0 -
CMYK 0 0.23 1 0.01
HSL 45.95º 1% 0.49% -
HSV(B) 45.95º 1% 0.99% -
XYZ 59.21 58.84 8.24 -
YUV 188.64 21.55 173.19 -
System Red Green Blue C M Y K H S L
Decimal 252 193 0 0 0.23 1 0.01 45.95 1 0.49
Hex FC C1 0 0 17 64 1 2E 64 31
Octal 374 301 0 0 27 144 1 56 144 61
Binary 11111100 11000001 0 0 10111 1100100 1 101110 1100100 110001

Color Harmonies of #FCC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC100

Black with #FCC100

Text Example


Text Example

White with #FCC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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