Html Css Color HEX #FAC711 Golden Poppy

📋 copy color: '#FAC711'

red 250 ◦ green 199 ◦ blue 17

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

Shades of Golden Poppy #FAC711

Tints of Golden Poppy #FAC711

RGB

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

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

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

R = 53.65%
G = 42.7%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC711 (or 0xFAC711) is known color: Golden Poppy. HEX triplet: FA, C7 and 11. RGB value is (250,199,17). Sum of RGB (Red+Green+Blue) = 250+199+17=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC711 is #0538EE. Grayscale: #C2C2C2. Windows color (decimal): -342255 or 1165306. OLE color: 1165306.

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

Color convert

RGB 250 199 17 -
CMYK 0 0.20 0.93 0.02
HSL 46.87º 0.96% 0.52% -
HSV(B) 46.87º 0.93% 0.98% -
XYZ 59.95 61.21 9.19 -
YUV 193.5 28.4 168.3 -
System Red Green Blue C M Y K H S L
Decimal 250 199 17 0 0.20 0.93 0.02 46.87 0.96 0.52
Hex FA C7 11 0 14 5D 2 2F 60 34
Octal 372 307 21 0 24 135 2 57 140 64
Binary 11111010 11000111 10001 0 10100 1011101 10 101111 1100000 110100

Color Harmonies of #FAC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC711

Black with #FAC711

Text Example


Text Example

White with #FAC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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