Html Css Color HEX #FAC500 Golden Poppy

📋 copy color: '#FAC500'

red 250 ◦ green 197 ◦ blue 0

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

Shades of Golden Poppy #FAC500

Tints of Golden Poppy #FAC500

RGB

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

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

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

R = 55.93%
G = 44.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC500 (or 0xFAC500) is known color: Golden Poppy. HEX triplet: FA, C5 and 00. RGB value is (250,197,0). Sum of RGB (Red+Green+Blue) = 250+197+0=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC500 is #053AFF. Grayscale: #BFBFBF. Windows color (decimal): -342784 or 50682. OLE color: 50682.

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

Color convert

RGB 250 197 0 -
CMYK 0 0.21 1 0.02
HSL 47.28º 1% 0.49% -
HSV(B) 47.28º 1% 0.98% -
XYZ 59.39 60.26 8.5 -
YUV 190.39 20.56 170.52 -
System Red Green Blue C M Y K H S L
Decimal 250 197 0 0 0.21 1 0.02 47.28 1 0.49
Hex FA C5 0 0 15 64 2 2F 64 31
Octal 372 305 0 0 25 144 2 57 144 61
Binary 11111010 11000101 0 0 10101 1100100 10 101111 1100100 110001

Color Harmonies of #FAC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC500

Black with #FAC500

Text Example


Text Example

White with #FAC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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