Html Css Color HEX #FAC200 Golden Poppy

📋 copy color: '#FAC200'

red 250 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #FAC200

Tints of Golden Poppy #FAC200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.31%
G = 43.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC200 (or 0xFAC200) is known color: Golden Poppy. HEX triplet: FA, C2 and 00. RGB value is (250,194,0). Sum of RGB (Red+Green+Blue) = 250+194+0=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC200 is #053DFF. Grayscale: #BDBDBD. Windows color (decimal): -343552 or 49914. OLE color: 49914.

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

Color convert

RGB 250 194 0 -
CMYK 0 0.22 1 0.02
HSL 46.56º 1% 0.49% -
HSV(B) 46.56º 1% 0.98% -
XYZ 58.72 58.91 8.28 -
YUV 188.63 21.55 171.77 -
System Red Green Blue C M Y K H S L
Decimal 250 194 0 0 0.22 1 0.02 46.56 1 0.49
Hex FA C2 0 0 16 64 2 2F 64 31
Octal 372 302 0 0 26 144 2 57 144 61
Binary 11111010 11000010 0 0 10110 1100100 10 101111 1100100 110001

Color Harmonies of #FAC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC200

Black with #FAC200

Text Example


Text Example

White with #FAC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC200; }

 p { color: rgb(250,194,0); }

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

background-color css

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

 a { background-color: rgb(250,194,0); }

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

border-color css

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

 span { border-color: rgb(250,194,0); }

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