Html Css Color HEX #FAC701 Golden Poppy

📋 copy color: '#FAC701'

red 250 ◦ green 199 ◦ blue 1

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

Shades of Golden Poppy #FAC701

Tints of Golden Poppy #FAC701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.56%
G = 44.22%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAC701 (or 0xFAC701) is known color: Golden Poppy. HEX triplet: FA, C7 and 01. RGB value is (250,199,1). Sum of RGB (Red+Green+Blue) = 250+199+1=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC701 is #0538FE. Grayscale: #C0C0C0. Windows color (decimal): -342271 or 116730. OLE color: 116730.

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

Color convert

RGB 250 199 1 -
CMYK 0 0.20 1.00 0.02
HSL 47.71º 0.99% 0.49% -
HSV(B) 47.71º 1% 0.98% -
XYZ 59.85 61.17 8.68 -
YUV 191.68 20.4 169.6 -
System Red Green Blue C M Y K H S L
Decimal 250 199 1 0 0.20 1.00 0.02 47.71 0.99 0.49
Hex FA C7 1 0 14 64 2 30 63 31
Octal 372 307 1 0 24 144 2 60 143 61
Binary 11111010 11000111 1 0 10100 1100100 10 110000 1100011 110001

Color Harmonies of #FAC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC701

Black with #FAC701

Text Example


Text Example

White with #FAC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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