Html Css Color HEX #FAC20A Golden Poppy

📋 copy color: '#FAC20A'

red 250 ◦ green 194 ◦ blue 10

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

Shades of Golden Poppy #FAC20A

Tints of Golden Poppy #FAC20A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.73%

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 55.07%
G = 42.73%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC20A (or 0xFAC20A) is known color: Golden Poppy. HEX triplet: FA, C2 and 0A. RGB value is (250,194,10). Sum of RGB (Red+Green+Blue) = 250+194+10=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC20A is #053DF5. Grayscale: #BEBEBE. Windows color (decimal): -343542 or 705274. OLE color: 705274.

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

Color convert

RGB 250 194 10 -
CMYK 0 0.22 0.96 0.02
HSL 46º 0.96% 0.51% -
HSV(B) 46º 0.96% 0.98% -
XYZ 58.77 58.93 8.56 -
YUV 189.77 26.55 170.96 -
System Red Green Blue C M Y K H S L
Decimal 250 194 10 0 0.22 0.96 0.02 46 0.96 0.51
Hex FA C2 A 0 16 60 2 2E 60 33
Octal 372 302 12 0 26 140 2 56 140 63
Binary 11111010 11000010 1010 0 10110 1100000 10 101110 1100000 110011

Color Harmonies of #FAC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC20A

Black with #FAC20A

Text Example


Text Example

White with #FAC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC20A; }

 p { color: rgb(250,194,10); }

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

background-color css

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

 a { background-color: rgb(250,194,10); }

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

border-color css

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

 span { border-color: rgb(250,194,10); }

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