Html Css Color HEX #FAC709 Golden Poppy

📋 copy color: '#FAC709'

red 250 ◦ green 199 ◦ blue 9

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

Shades of Golden Poppy #FAC709

Tints of Golden Poppy #FAC709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 54.59%
G = 43.45%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC709 (or 0xFAC709) is known color: Golden Poppy. HEX triplet: FA, C7 and 09. RGB value is (250,199,9). Sum of RGB (Red+Green+Blue) = 250+199+9=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 9 (3.91% from 255 or 1.97% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC709 is #0538F6. Grayscale: #C1C1C1. Windows color (decimal): -342263 or 641018. OLE color: 641018.

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

Color convert

RGB 250 199 9 -
CMYK 0 0.20 0.96 0.02
HSL 47.3º 0.96% 0.51% -
HSV(B) 47.3º 0.96% 0.98% -
XYZ 59.9 61.19 8.91 -
YUV 192.59 24.4 168.95 -
System Red Green Blue C M Y K H S L
Decimal 250 199 9 0 0.20 0.96 0.02 47.3 0.96 0.51
Hex FA C7 9 0 14 60 2 2F 60 33
Octal 372 307 11 0 24 140 2 57 140 63
Binary 11111010 11000111 1001 0 10100 1100000 10 101111 1100000 110011

Color Harmonies of #FAC709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC709

Black with #FAC709

Text Example


Text Example

White with #FAC709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC709; }

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

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

background-color css

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

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

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

border-color css

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

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

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