Html Css Color HEX #FAC50A Golden Poppy

📋 copy color: '#FAC50A'

red 250 ◦ green 197 ◦ blue 10

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

Shades of Golden Poppy #FAC50A

Tints of Golden Poppy #FAC50A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.11%

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

R = 54.7%
G = 43.11%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC50A (or 0xFAC50A) is known color: Golden Poppy. HEX triplet: FA, C5 and 0A. RGB value is (250,197,10). Sum of RGB (Red+Green+Blue) = 250+197+10=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC50A is #053AF5. Grayscale: #C0C0C0. Windows color (decimal): -342774 or 706042. OLE color: 706042.

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

Color convert

RGB 250 197 10 -
CMYK 0 0.21 0.96 0.02
HSL 46.75º 0.96% 0.51% -
HSV(B) 46.75º 0.96% 0.98% -
XYZ 59.45 60.28 8.79 -
YUV 191.53 25.56 169.71 -
System Red Green Blue C M Y K H S L
Decimal 250 197 10 0 0.21 0.96 0.02 46.75 0.96 0.51
Hex FA C5 A 0 15 60 2 2F 60 33
Octal 372 305 12 0 25 140 2 57 140 63
Binary 11111010 11000101 1010 0 10101 1100000 10 101111 1100000 110011

Color Harmonies of #FAC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC50A

Black with #FAC50A

Text Example


Text Example

White with #FAC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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