Html Css Color HEX #FCC111 Golden Poppy

📋 copy color: '#FCC111'

red 252 ◦ green 193 ◦ blue 17

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

Shades of Golden Poppy #FCC111

Tints of Golden Poppy #FCC111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 54.55%
G = 41.77%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCC111 (or 0xFCC111) is known color: Golden Poppy. HEX triplet: FC, C1 and 11. RGB value is (252,193,17). Sum of RGB (Red+Green+Blue) = 252+193+17=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC111 is #033EEE. Grayscale: #BFBFBF. Windows color (decimal): -212719 or 1163772. OLE color: 1163772.

HSL color Cylindrical-coordinate representation of color #FCC111: hue angle of 44.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCC111 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 17 -
CMYK 0 0.23 0.93 0.01
HSL 44.94º 0.98% 0.53% -
HSV(B) 44.94º 0.93% 0.99% -
XYZ 59.32 58.88 8.77 -
YUV 190.58 30.05 171.81 -
System Red Green Blue C M Y K H S L
Decimal 252 193 17 0 0.23 0.93 0.01 44.94 0.98 0.53
Hex FC C1 11 0 17 5D 1 2D 62 35
Octal 374 301 21 0 27 135 1 55 142 65
Binary 11111100 11000001 10001 0 10111 1011101 1 101101 1100010 110101

Color Harmonies of #FCC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC111

Black with #FCC111

Text Example


Text Example

White with #FCC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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