Html Css Color HEX #FCC300 Golden Poppy

📋 copy color: '#FCC300'

red 252 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #FCC300

Tints of Golden Poppy #FCC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

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

R = 56.38%
G = 43.62%
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

#FCC300 (or 0xFCC300) is known color: Golden Poppy. HEX triplet: FC, C3 and 00. RGB value is (252,195,0). Sum of RGB (Red+Green+Blue) = 252+195+0=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC300 is #033CFF. Grayscale: #BEBEBE. Windows color (decimal): -212224 or 50172. OLE color: 50172.

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

Color convert

RGB 252 195 0 -
CMYK 0 0.23 1 0.01
HSL 46.43º 1% 0.49% -
HSV(B) 46.43º 1% 0.99% -
XYZ 59.66 59.73 8.38 -
YUV 189.81 20.88 172.36 -
System Red Green Blue C M Y K H S L
Decimal 252 195 0 0 0.23 1 0.01 46.43 1 0.49
Hex FC C3 0 0 17 64 1 2E 64 31
Octal 374 303 0 0 27 144 1 56 144 61
Binary 11111100 11000011 0 0 10111 1100100 1 101110 1100100 110001

Color Harmonies of #FCC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC300

Black with #FCC300

Text Example


Text Example

White with #FCC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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