Html Css Color HEX #FAC50F Golden Poppy

📋 copy color: '#FAC50F'

red 250 ◦ green 197 ◦ blue 15

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

Shades of Golden Poppy #FAC50F

Tints of Golden Poppy #FAC50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 54.11%
G = 42.64%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC50F (or 0xFAC50F) is known color: Golden Poppy. HEX triplet: FA, C5 and 0F. RGB value is (250,197,15). Sum of RGB (Red+Green+Blue) = 250+197+15=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC50F is #053AF0. Grayscale: #C0C0C0. Windows color (decimal): -342769 or 1033722. OLE color: 1033722.

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

Color convert

RGB 250 197 15 -
CMYK 0 0.21 0.94 0.02
HSL 46.47º 0.96% 0.52% -
HSV(B) 46.47º 0.94% 0.98% -
XYZ 59.48 60.29 8.95 -
YUV 192.1 28.06 169.3 -
System Red Green Blue C M Y K H S L
Decimal 250 197 15 0 0.21 0.94 0.02 46.47 0.96 0.52
Hex FA C5 F 0 15 5E 2 2E 60 34
Octal 372 305 17 0 25 136 2 56 140 64
Binary 11111010 11000101 1111 0 10101 1011110 10 101110 1100000 110100

Color Harmonies of #FAC50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC50F

Black with #FAC50F

Text Example


Text Example

White with #FAC50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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