Html Css Color HEX #FCC706 Golden Poppy

📋 copy color: '#FCC706'

red 252 ◦ green 199 ◦ blue 6

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

Shades of Golden Poppy #FCC706

Tints of Golden Poppy #FCC706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 55.14%
G = 43.54%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCC706 (or 0xFCC706) is known color: Golden Poppy. HEX triplet: FC, C7 and 06. RGB value is (252,199,6). Sum of RGB (Red+Green+Blue) = 252+199+6=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC706 is #0338F9. Grayscale: #C1C1C1. Windows color (decimal): -211194 or 444412. OLE color: 444412.

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

Color convert

RGB 252 199 6 -
CMYK 0 0.21 0.98 0.01
HSL 47.07º 0.98% 0.51% -
HSV(B) 47.07º 0.98% 0.99% -
XYZ 60.6 61.56 8.86 -
YUV 192.85 22.56 170.19 -
System Red Green Blue C M Y K H S L
Decimal 252 199 6 0 0.21 0.98 0.01 47.07 0.98 0.51
Hex FC C7 6 0 15 62 1 2F 62 33
Octal 374 307 6 0 25 142 1 57 142 63
Binary 11111100 11000111 110 0 10101 1100010 1 101111 1100010 110011

Color Harmonies of #FCC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC706

Black with #FCC706

Text Example


Text Example

White with #FCC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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