Html Css Color HEX #FAC609 Golden Poppy

📋 copy color: '#FAC609'

red 250 ◦ green 198 ◦ blue 9

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

Shades of Golden Poppy #FAC609

Tints of Golden Poppy #FAC609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

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

R = 54.7%
G = 43.33%
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

#FAC609 (or 0xFAC609) is known color: Golden Poppy. HEX triplet: FA, C6 and 09. RGB value is (250,198,9). Sum of RGB (Red+Green+Blue) = 250+198+9=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC609 is #0539F6. Grayscale: #C0C0C0. Windows color (decimal): -342519 or 640762. OLE color: 640762.

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

Color convert

RGB 250 198 9 -
CMYK 0 0.21 0.96 0.02
HSL 47.05º 0.96% 0.51% -
HSV(B) 47.05º 0.96% 0.98% -
XYZ 59.67 60.73 8.84 -
YUV 192 24.73 169.37 -
System Red Green Blue C M Y K H S L
Decimal 250 198 9 0 0.21 0.96 0.02 47.05 0.96 0.51
Hex FA C6 9 0 15 60 2 2F 60 33
Octal 372 306 11 0 25 140 2 57 140 63
Binary 11111010 11000110 1001 0 10101 1100000 10 101111 1100000 110011

Color Harmonies of #FAC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC609

Black with #FAC609

Text Example


Text Example

White with #FAC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC609; }

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

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

background-color css

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

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

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

border-color css

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

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

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