Html Css Color HEX #FAC700 Golden Poppy

📋 copy color: '#FAC700'

red 250 ◦ green 199 ◦ blue 0

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

Shades of Golden Poppy #FAC700

Tints of Golden Poppy #FAC700

RGB

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

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

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

R = 55.68%
G = 44.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC700 (or 0xFAC700) is known color: Golden Poppy. HEX triplet: FA, C7 and 00. RGB value is (250,199,0). Sum of RGB (Red+Green+Blue) = 250+199+0=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC700 is #0538FF. Grayscale: #C0C0C0. Windows color (decimal): -342272 or 51194. OLE color: 51194.

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

Color convert

RGB 250 199 0 -
CMYK 0 0.20 1 0.02
HSL 47.76º 1% 0.49% -
HSV(B) 47.76º 1% 0.98% -
XYZ 59.85 61.17 8.65 -
YUV 191.56 19.9 169.68 -
System Red Green Blue C M Y K H S L
Decimal 250 199 0 0 0.20 1 0.02 47.76 1 0.49
Hex FA C7 0 0 14 64 2 30 64 31
Octal 372 307 0 0 24 144 2 60 144 61
Binary 11111010 11000111 0 0 10100 1100100 10 110000 1100100 110001

Color Harmonies of #FAC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC700

Black with #FAC700

Text Example


Text Example

White with #FAC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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