Html Css Color HEX #FCC600 Golden Poppy

📋 copy color: '#FCC600'

red 252 ◦ green 198 ◦ blue 0

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

Shades of Golden Poppy #FCC600

Tints of Golden Poppy #FCC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

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

R = 56%
G = 44%
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

#FCC600 (or 0xFCC600) is known color: Golden Poppy. HEX triplet: FC, C6 and 00. RGB value is (252,198,0). Sum of RGB (Red+Green+Blue) = 252+198+0=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC600 is #0339FF. Grayscale: #C0C0C0. Windows color (decimal): -211456 or 50940. OLE color: 50940.

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

Color convert

RGB 252 198 0 -
CMYK 0 0.21 1 0.01
HSL 47.14º 1% 0.49% -
HSV(B) 47.14º 1% 0.99% -
XYZ 60.34 61.08 8.61 -
YUV 191.57 19.89 171.1 -
System Red Green Blue C M Y K H S L
Decimal 252 198 0 0 0.21 1 0.01 47.14 1 0.49
Hex FC C6 0 0 15 64 1 2F 64 31
Octal 374 306 0 0 25 144 1 57 144 61
Binary 11111100 11000110 0 0 10101 1100100 1 101111 1100100 110001

Color Harmonies of #FCC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC600

Black with #FCC600

Text Example


Text Example

White with #FCC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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