Html Css Color HEX #FAC50C Golden Poppy

📋 copy color: '#FAC50C'

red 250 ◦ green 197 ◦ blue 12

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

Shades of Golden Poppy #FAC50C

Tints of Golden Poppy #FAC50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 54.47%
G = 42.92%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC50C (or 0xFAC50C) is known color: Golden Poppy. HEX triplet: FA, C5 and 0C. RGB value is (250,197,12). Sum of RGB (Red+Green+Blue) = 250+197+12=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC50C is #053AF3. Grayscale: #C0C0C0. Windows color (decimal): -342772 or 837114. OLE color: 837114.

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

Color convert

RGB 250 197 12 -
CMYK 0 0.21 0.95 0.02
HSL 46.64º 0.96% 0.51% -
HSV(B) 46.64º 0.95% 0.98% -
XYZ 59.46 60.28 8.85 -
YUV 191.76 26.56 169.54 -
System Red Green Blue C M Y K H S L
Decimal 250 197 12 0 0.21 0.95 0.02 46.64 0.96 0.51
Hex FA C5 C 0 15 5F 2 2F 60 33
Octal 372 305 14 0 25 137 2 57 140 63
Binary 11111010 11000101 1100 0 10101 1011111 10 101111 1100000 110011

Color Harmonies of #FAC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC50C

Black with #FAC50C

Text Example


Text Example

White with #FAC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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