Html Css Color HEX #FAC108 Golden Poppy

📋 copy color: '#FAC108'

red 250 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #FAC108

Tints of Golden Poppy #FAC108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 55.43%
G = 42.79%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC108 (or 0xFAC108) is known color: Golden Poppy. HEX triplet: FA, C1 and 08. RGB value is (250,193,8). Sum of RGB (Red+Green+Blue) = 250+193+8=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 8 (3.52% from 255 or 1.77% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC108 is #053EF7. Grayscale: #BDBDBD. Windows color (decimal): -343800 or 573946. OLE color: 573946.

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

Color convert

RGB 250 193 8 -
CMYK 0 0.23 0.97 0.02
HSL 45.87º 0.96% 0.51% -
HSV(B) 45.87º 0.97% 0.98% -
XYZ 58.54 58.48 8.43 -
YUV 188.95 25.88 171.54 -
System Red Green Blue C M Y K H S L
Decimal 250 193 8 0 0.23 0.97 0.02 45.87 0.96 0.51
Hex FA C1 8 0 17 61 2 2E 60 33
Octal 372 301 10 0 27 141 2 56 140 63
Binary 11111010 11000001 1000 0 10111 1100001 10 101110 1100000 110011

Color Harmonies of #FAC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC108

Black with #FAC108

Text Example


Text Example

White with #FAC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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