Html Css Color HEX #FAC509 Golden Poppy

📋 copy color: '#FAC509'

red 250 ◦ green 197 ◦ blue 9

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

Shades of Golden Poppy #FAC509

Tints of Golden Poppy #FAC509

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

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

R = 54.82%
G = 43.2%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC509 (or 0xFAC509) is known color: Golden Poppy. HEX triplet: FA, C5 and 09. RGB value is (250,197,9). Sum of RGB (Red+Green+Blue) = 250+197+9=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC509 is #053AF6. Grayscale: #C0C0C0. Windows color (decimal): -342775 or 640506. OLE color: 640506.

HSL color Cylindrical-coordinate representation of color #FAC509: hue angle of 46.8º 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 #FAC509 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 9 -
CMYK 0 0.21 0.96 0.02
HSL 46.8º 0.96% 0.51% -
HSV(B) 46.8º 0.96% 0.98% -
XYZ 59.44 60.28 8.76 -
YUV 191.42 25.06 169.79 -
System Red Green Blue C M Y K H S L
Decimal 250 197 9 0 0.21 0.96 0.02 46.8 0.96 0.51
Hex FA C5 9 0 15 60 2 2F 60 33
Octal 372 305 11 0 25 140 2 57 140 63
Binary 11111010 11000101 1001 0 10101 1100000 10 101111 1100000 110011

Color Harmonies of #FAC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC509

Black with #FAC509

Text Example


Text Example

White with #FAC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC509; }

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

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

background-color css

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

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

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

border-color css

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

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

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