Html Css Color HEX #FCC711 Golden Poppy

📋 copy color: '#FCC711'

red 252 ◦ green 199 ◦ blue 17

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

Shades of Golden Poppy #FCC711

Tints of Golden Poppy #FCC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.52%

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

R = 53.85%
G = 42.52%
B = 3.63%

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

#FCC711 (or 0xFCC711) is known color: Golden Poppy. HEX triplet: FC, C7 and 11. RGB value is (252,199,17). Sum of RGB (Red+Green+Blue) = 252+199+17=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC711 is #0338EE. Grayscale: #C2C2C2. Windows color (decimal): -211183 or 1165308. OLE color: 1165308.

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

Color convert

RGB 252 199 17 -
CMYK 0 0.21 0.93 0.01
HSL 46.47º 0.98% 0.53% -
HSV(B) 46.47º 0.93% 0.99% -
XYZ 60.67 61.58 9.22 -
YUV 194.1 28.06 169.3 -
System Red Green Blue C M Y K H S L
Decimal 252 199 17 0 0.21 0.93 0.01 46.47 0.98 0.53
Hex FC C7 11 0 15 5D 1 2E 62 35
Octal 374 307 21 0 25 135 1 56 142 65
Binary 11111100 11000111 10001 0 10101 1011101 1 101110 1100010 110101

Color Harmonies of #FCC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC711

Black with #FCC711

Text Example


Text Example

White with #FCC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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