Html Css Color HEX #FAC105 Golden Poppy

📋 copy color: '#FAC105'

red 250 ◦ green 193 ◦ blue 5

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

Shades of Golden Poppy #FAC105

Tints of Golden Poppy #FAC105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 55.8%
G = 43.08%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAC105 (or 0xFAC105) is known color: Golden Poppy. HEX triplet: FA, C1 and 05. RGB value is (250,193,5). Sum of RGB (Red+Green+Blue) = 250+193+5=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC105 is #053EFA. Grayscale: #BDBDBD. Windows color (decimal): -343803 or 377338. OLE color: 377338.

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

Color convert

RGB 250 193 5 -
CMYK 0 0.23 0.98 0.02
HSL 46.04º 0.96% 0.5% -
HSV(B) 46.04º 0.98% 0.98% -
XYZ 58.52 58.47 8.35 -
YUV 188.61 24.38 171.79 -
System Red Green Blue C M Y K H S L
Decimal 250 193 5 0 0.23 0.98 0.02 46.04 0.96 0.5
Hex FA C1 5 0 17 62 2 2E 60 32
Octal 372 301 5 0 27 142 2 56 140 62
Binary 11111010 11000001 101 0 10111 1100010 10 101110 1100000 110010

Color Harmonies of #FAC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC105

Black with #FAC105

Text Example


Text Example

White with #FAC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC105; }

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

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

background-color css

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

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

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

border-color css

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

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

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