Html Css Color HEX #FCC611 Golden Poppy

📋 copy color: '#FCC611'

red 252 ◦ green 198 ◦ blue 17

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

Shades of Golden Poppy #FCC611

Tints of Golden Poppy #FCC611

RGB

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

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

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

R = 53.96%
G = 42.4%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCC611 (or 0xFCC611) is known color: Golden Poppy. HEX triplet: FC, C6 and 11. RGB value is (252,198,17). Sum of RGB (Red+Green+Blue) = 252+198+17=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC611 is #0339EE. Grayscale: #C2C2C2. Windows color (decimal): -211439 or 1165052. OLE color: 1165052.

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

Color convert

RGB 252 198 17 -
CMYK 0 0.21 0.93 0.01
HSL 46.21º 0.98% 0.53% -
HSV(B) 46.21º 0.93% 0.99% -
XYZ 60.44 61.12 9.14 -
YUV 193.51 28.39 169.72 -
System Red Green Blue C M Y K H S L
Decimal 252 198 17 0 0.21 0.93 0.01 46.21 0.98 0.53
Hex FC C6 11 0 15 5D 1 2E 62 35
Octal 374 306 21 0 25 135 1 56 142 65
Binary 11111100 11000110 10001 0 10101 1011101 1 101110 1100010 110101

Color Harmonies of #FCC611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC611

Black with #FCC611

Text Example


Text Example

White with #FCC611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC611; }

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

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

background-color css

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

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

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

border-color css

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

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

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