Html Css Color HEX #FAC710 Golden Poppy

📋 copy color: '#FAC710'

red 250 ◦ green 199 ◦ blue 16

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

Shades of Golden Poppy #FAC710

Tints of Golden Poppy #FAC710

RGB

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

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

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

R = 53.76%
G = 42.8%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC710 (or 0xFAC710) is known color: Golden Poppy. HEX triplet: FA, C7 and 10. RGB value is (250,199,16). Sum of RGB (Red+Green+Blue) = 250+199+16=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC710 is #0538EF. Grayscale: #C2C2C2. Windows color (decimal): -342256 or 1099770. OLE color: 1099770.

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

Color convert

RGB 250 199 16 -
CMYK 0 0.20 0.94 0.02
HSL 46.92º 0.96% 0.52% -
HSV(B) 46.92º 0.94% 0.98% -
XYZ 59.94 61.21 9.15 -
YUV 193.39 27.9 168.38 -
System Red Green Blue C M Y K H S L
Decimal 250 199 16 0 0.20 0.94 0.02 46.92 0.96 0.52
Hex FA C7 10 0 14 5E 2 2F 60 34
Octal 372 307 20 0 24 136 2 57 140 64
Binary 11111010 11000111 10000 0 10100 1011110 10 101111 1100000 110100

Color Harmonies of #FAC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC710

Black with #FAC710

Text Example


Text Example

White with #FAC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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