Html Css Color HEX #FAC100 Golden Poppy

📋 copy color: '#FAC100'

red 250 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #FAC100

Tints of Golden Poppy #FAC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

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

R = 56.43%
G = 43.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC100 (or 0xFAC100) is known color: Golden Poppy. HEX triplet: FA, C1 and 00. RGB value is (250,193,0). Sum of RGB (Red+Green+Blue) = 250+193+0=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC100 is #053EFF. Grayscale: #BCBCBC. Windows color (decimal): -343808 or 49658. OLE color: 49658.

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

Color convert

RGB 250 193 0 -
CMYK 0 0.23 1 0.02
HSL 46.32º 1% 0.49% -
HSV(B) 46.32º 1% 0.98% -
XYZ 58.49 58.46 8.2 -
YUV 188.04 21.88 172.19 -
System Red Green Blue C M Y K H S L
Decimal 250 193 0 0 0.23 1 0.02 46.32 1 0.49
Hex FA C1 0 0 17 64 2 2E 64 31
Octal 372 301 0 0 27 144 2 56 144 61
Binary 11111010 11000001 0 0 10111 1100100 10 101110 1100100 110001

Color Harmonies of #FAC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC100

Black with #FAC100

Text Example


Text Example

White with #FAC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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