Html Css Color HEX #FCC710 Golden Poppy

📋 copy color: '#FCC710'

red 252 ◦ green 199 ◦ blue 16

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

Shades of Golden Poppy #FCC710

Tints of Golden Poppy #FCC710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.43%

R = 53.96%
G = 42.61%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCC710 (or 0xFCC710) is known color: Golden Poppy. HEX triplet: FC, C7 and 10. RGB value is (252,199,16). Sum of RGB (Red+Green+Blue) = 252+199+16=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC710 is #0338EF. Grayscale: #C2C2C2. Windows color (decimal): -211184 or 1099772. OLE color: 1099772.

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

Color convert

RGB 252 199 16 -
CMYK 0 0.21 0.94 0.01
HSL 46.53º 0.98% 0.53% -
HSV(B) 46.53º 0.94% 0.99% -
XYZ 60.66 61.58 9.18 -
YUV 193.99 27.56 169.38 -
System Red Green Blue C M Y K H S L
Decimal 252 199 16 0 0.21 0.94 0.01 46.53 0.98 0.53
Hex FC C7 10 0 15 5E 1 2F 62 35
Octal 374 307 20 0 25 136 1 57 142 65
Binary 11111100 11000111 10000 0 10101 1011110 1 101111 1100010 110101

Color Harmonies of #FCC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC710

Black with #FCC710

Text Example


Text Example

White with #FCC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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