Html Css Color HEX #FAC706 Golden Poppy

📋 copy color: '#FAC706'

red 250 ◦ green 199 ◦ blue 6

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

Shades of Golden Poppy #FAC706

Tints of Golden Poppy #FAC706

RGB

 RED value IS 250 (98.05% from 255) = 54.95%

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

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

R = 54.95%
G = 43.74%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAC706 (or 0xFAC706) is known color: Golden Poppy. HEX triplet: FA, C7 and 06. RGB value is (250,199,6). Sum of RGB (Red+Green+Blue) = 250+199+6=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC706 is #0538F9. Grayscale: #C1C1C1. Windows color (decimal): -342266 or 444410. OLE color: 444410.

HSL color Cylindrical-coordinate representation of color #FAC706: hue angle of 47.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAC706 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 6 -
CMYK 0 0.20 0.98 0.02
HSL 47.46º 0.96% 0.5% -
HSV(B) 47.46º 0.98% 0.98% -
XYZ 59.88 61.18 8.83 -
YUV 192.25 22.9 169.19 -
System Red Green Blue C M Y K H S L
Decimal 250 199 6 0 0.20 0.98 0.02 47.46 0.96 0.5
Hex FA C7 6 0 14 62 2 2F 60 32
Octal 372 307 6 0 24 142 2 57 140 62
Binary 11111010 11000111 110 0 10100 1100010 10 101111 1100000 110010

Color Harmonies of #FAC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC706

Black with #FAC706

Text Example


Text Example

White with #FAC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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